Get paginated statistics
Stats
Get paginated statistics
Returns time-series usage statistics with optional grouping, filtering, and pagination. Supports JSON and CSV output formats.
GET
Get paginated statistics
Authorizations
API access token (starts with sk-sw-)
Query Parameters
ISO 8601 start date (defaults to 7 days ago)
Pattern:
^\d{4}-\d{2}-\d{2}(T\d{2}:\d{2}:\d{2}(\.\d+)?(Z|[+-]\d{2}:?\d{2})?)?$ISO 8601 end date (defaults to now)
Pattern:
^\d{4}-\d{2}-\d{2}(T\d{2}:\d{2}:\d{2}(\.\d+)?(Z|[+-]\d{2}:?\d{2})?)?$Time bucket granularity (defaults to day)
Available options:
hour, day, week, month Dimension to group results by
Available options:
member_email, voice_model, language_model, app_name Page number (defaults to 1)
Required range:
x >= 1Results per page, max 1000 (defaults to 200)
Required range:
1 <= x <= 1000Response format (defaults to json)
Available options:
json, csv Comma-separated member email addresses
Comma-separated voice models
Comma-separated language models
Comma-separated app names

