latestOpenAPI 3.0.32026-08-19299284712.8 KB

67d9f45bb99b

Agents

List credit usage by user

Returns paginated per-user credit usage for the current billing period.

get/agents/credits/usage

Query parameters

limitinteger

Number of results to return per page.

pageinteger

A page number within the paginated result set.

Response

countinteger required
nextstring uri nullable
previousstring uri nullable

Example response

{
  "count": 123,
  "next": "http://api.example.org/accounts/?page=4",
  "previous": "http://api.example.org/accounts/?page=2"
}