Get analytics group
portkey_get_analytics_groupGet grouped analytics (aggregated by models, users, or metadata) over a time window. Portkey: GET /analytics/groups/{group}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| group | Yes | Dimension to group the analytics by. | |
| page_size | No | Number of records per page. Default 50. | |
| current_page | No | Page number (0-based) for pagination. Default 0. | |
| time_of_generation_max | Yes | End of the window (ISO8601, format YYYY-MM-DDTHH:MM:SS±HH:MM). | |
| time_of_generation_min | Yes | Start of the window (ISO8601, format YYYY-MM-DDTHH:MM:SS±HH:MM). |