Agent Telemetry Series
Row volume over time, split by user or API key (standalone).
Mirrors /v1/usage/series: same window bounds and bucket-grid cap, the top groups as their own series with the remainder folded into a reconciling other, and sparse points (populated cells only). Counts rows, not spend, so it charts telemetry volume rather than cost. Master-key only.
Query parameters
Dimension to split the series by
Dimension to split the series by
Return rows with timestamp >= start_date (ISO 8601 or Unix epoch seconds)
Return rows with timestamp >= start_date (ISO 8601 or Unix epoch seconds)
Return rows with timestamp < end_date (ISO 8601 or Unix epoch seconds)
Return rows with timestamp < end_date (ISO 8601 or Unix epoch seconds)
Filter to one or more users; repeatable (user_id=a&user_id=b). Several values match any of them. At most 50 per call.
Filter to one or more users; repeatable (user_id=a&user_id=b). Several values match any of them. At most 50 per call.
Filter to one or more API key ids; repeatable (api_key_id=a&api_key_id=b). Several values match any of them. At most 50 per call.
Filter to one or more API key ids; repeatable (api_key_id=a&api_key_id=b). Several values match any of them. At most 50 per call.
Filter to a single event type or metric name (e.g. 'tool_result', 'claude_code.commit.count')
Filter to a single event type or metric name (e.g. 'tool_result', 'claude_code.commit.count')
Time-series granularity: 'hour' or 'day'
Time-series granularity: 'hour' or 'day'
Response
Successful Response