List Usage Records
List billed credit usage records for your account, scoped to accessible workspaces
Authorizations
Bearer authentication header of the form Bearer <token>. The <token> represents your API key, which must be acquired from the Kolena platform.
Query Parameters
Optionally specify the index of the Usage Records page to fetch.
x >= 0Optionally specify the maximum number of Usage Records to fetch.
0 <= x <= 1000Optionally filter Usage Records created on or after this timestamp (inclusive). Accepts ISO 8601 format (e.g., 2024-01-15T10:30:00Z or 2024-01-15T10:30:00+00:00).
Optionally filter Usage Records created on or before this timestamp (inclusive). Accepts ISO 8601 format (e.g., 2024-01-15T23:59:59Z or 2024-01-15T23:59:59+00:00).
Optionally filter Usage Records to those associated with this Agent.
Optionally filter Usage Records to those within this Workspace.
Optionally filter Usage Records to those attributed to this user.
Response
Successful Response
The fetched page of Usage Records.
The total number of pages of Usage Records. Use the request arguments page_number and page_size to control which Usage Records are fetched.
The number of the fetched page.
The page size, i.e. number of Usage Records, fetched.
