Get credit usage for agents in a space
Get credit usage for agents in a space.
workflows:read
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
The Admin API version to use for this request.
2026-06-01 Path Parameters
Query Parameters
Cursor for the outer agent list. Nested result cursors paginate that agent's billing periods through the single-agent credit-usage endpoint instead.
Set to "true" to include soft-deleted agents and their retained credit usage; included deleted agents have status "deleted". Omit this parameter or set it to "false" to return only live agents. Permanently deleted tombstones are never returned.
false, true Response
Whether more agents are available.
The page of agents with their credit usage, up to 100 agents per request. Every agent starts at its most recent billing period; a nested result's 'next_cursor' paginates that agent's billing periods through the single-agent credit-usage endpoint.
Cursor to pass as 'cursor' on the next request to fetch the next page of agents; omitted when 'has_more' is false.