Get Usage Dashboard
users
Get Usage Dashboard
Get user’s current usage statistics and quota information.
This endpoint returns comprehensive usage data including:
- Current month’s usage and remaining quota
- Subscription tier and limits
- Recent processing history
- Storage usage metrics
Args: user_info: Authenticated user information from JWT usage_service: Usage tracking service instance limit: Maximum number of history records to return (1-100) offset: Number of history records to skip for pagination
Returns: Dictionary containing:
- summary: Current usage summary with quotas and limits
- history: List of recent processing jobs
- stats: Additional statistics for charts
GET
Get Usage Dashboard
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Number of history records to return
Required range:
1 <= x <= 100Number of records to skip
Required range:
x >= 0Response
Successful Response
The response is of type Response Get Usage Dashboard Api V1 Users Usage Get · object.