Get Messages Usage Report
Query parameters
Maximum number of time buckets to return in the response.
The default and max limits depend on bucket_width: • "1d": Default of 7 days, maximum of 31 days • "1h": Default of 24 hours, maximum of 168 hours • "1m": Default of 60 minutes, maximum of 1440 minutes
Maximum number of time buckets to return in the response.
The default and max limits depend on bucket_width: • "1d": Default of 7 days, maximum of 31 days • "1h": Default of 24 hours, maximum of 168 hours • "1m": Default of 60 minutes, maximum of 1440 minutes
Optionally set to the next_page token from the previous response.
Optionally set to the next_page token from the previous response.
Time buckets that start on or after this RFC 3339 timestamp will be returned. Each time bucket will be snapped to the start of the minute/hour/day in UTC.
Time buckets that start on or after this RFC 3339 timestamp will be returned. Each time bucket will be snapped to the start of the minute/hour/day in UTC.
Time buckets that end before this RFC 3339 timestamp will be returned.
Time buckets that end before this RFC 3339 timestamp will be returned.
Restrict usage returned to the specified API key ID(s).
Restrict usage returned to the specified API key ID(s).
Restrict usage returned to the specified workspace ID(s).
Restrict usage returned to the specified workspace ID(s).
Restrict usage returned to the specified user account ID(s).
Restrict usage returned to the specified user account ID(s).
Restrict usage returned to the specified service account ID(s).
Restrict usage returned to the specified service account ID(s).
Restrict usage returned to the specified model(s).
Restrict usage returned to the specified model(s).
Restrict usage returned to the specified service tier(s).
Restrict usage returned to the specified service tier(s).
Restrict usage returned to the specified context window(s).
Restrict usage returned to the specified context window(s).
Restrict usage returned to the specified inference geo(s). Use not_available for models that do not support specifying inference_geo.
Restrict usage returned to the specified inference geo(s). Use not_available for models that do not support specifying inference_geo.
Restrict usage returned to the specified speed(s) (Claude Code research preview). Requires the fast-mode-2026-02-01 beta header.
Restrict usage returned to the specified speed(s) (Claude Code research preview). Requires the fast-mode-2026-02-01 beta header.
Group by any subset of the available options. Grouping by speed requires the fast-mode-2026-02-01 beta header.
Group by any subset of the available options. Grouping by speed requires the fast-mode-2026-02-01 beta header.
Time granularity of the response data.
Headers
Optional header to specify the beta version(s) you want to use.
To use multiple betas, use a comma separated list like beta1,beta2 or specify the header multiple times for each beta.
Optional header to specify the beta version(s) you want to use.
To use multiple betas, use a comma separated list like beta1,beta2 or specify the header multiple times for each beta.
Your unique Admin API key for authentication.
This key is required in the header of all Admin API requests, to authenticate your account and access Anthropic's services. Get your Admin API key through the Console.
Your unique Admin API key for authentication.
This key is required in the header of all Admin API requests, to authenticate your account and access Anthropic's services. Get your Admin API key through the Console.
Response
Successful Response
Example response
{
"data": [
{
"starting_at": "2025-08-01T00:00:00Z",
"ending_at": "2025-08-02T00:00:00Z",
"results": [
{
"uncached_input_tokens": 1500,
"cache_read_input_tokens": 200,
"output_tokens": 500,
"server_tool_use": {
"web_search_requests": 10
},
"api_key_id": "apikey_01Rj2N8SVvo6BePZj99NhmiT",
"workspace_id": "wrkspc_01JwQvzr7rXLA5AGx3HKfFUJ",
"account_id": "user_01WCz1FkmYMm4gnmykNKUu3Q",
"service_account_id": "svac_01Hk3R9TWxq7CfQak00OiVw4",
"model": "claude-opus-5"
}
]
}
],
"next_page": "page_MjAyNS0wNS0xNFQwMDowMDowMFo="
}