Get monthly usage data for a tenant with validation for year and month parameters.
Args: request: Request object containing year and month with validation user_context: User context with tenant admin permissions resource_id: Optional[UUID]. If provided, get usage data for a specific resource. Otherwise, get aggregated usage data across all resources.
Returns: Monthly usage records for the specified month and year
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
x >= 20251 <= x <= 12Successful Response
Response to GET /billing/usage/monthly request
List of daily usages