Get total usage

Retrieves total credit usage for the organization over the given time window

Authentication

AuthorizationBearer

Token-based authentication with required prefix “Bearer”

Query parameters

end_timedatetimeRequired

End of the usage window (ISO 8601 with timezone, e.g. 2026-04-30T00:00:00Z). Must be in the past.

start_timedatetimeRequired

Start of the usage window (ISO 8601 with timezone, e.g. 2026-04-01T00:00:00Z). Cannot be more than 90 days in the past, and the window cannot exceed 31 days.

Response

total_credits_usedinteger
total_call_countinteger
last_updated_atdatetime or null
When usage data was last refreshed. Usage is aggregated periodically, so the most recent tool calls may not be included yet.