Returns a paginated list of agents with their total costs within the specified date range. Only returns agents the authenticated user has access to.
Filtering
name — filter by agent name (case-insensitive contains match)usageTypes — comma-separated list: Server Time, Export GB, Agent Inputs, Proxy Data, Export CPMSorting
sortColumn — name | cost (default: name)sortOrder — 0 ascending (default) | 1 descendingDocumentation Index
Fetch the complete documentation index at: https://docs.sequentum.com/llms.txt
Use this file to discover all available pages before exploring further.
API Key authorization header. Example: "Authorization: ApiKey {your-api-key}"
OAuth 2.0 Bearer token. Example: "Authorization: Bearer {access-token}"
Start date for the range (ISO format, required)
End date for the range (ISO format, required)
Page number (1-based, default: 1)
Records per page (default: 50, max: 1000)
Column to sort by: name, cost
Sort order: 0 = ascending (default), 1 = descending
Filter by agent name (contains match, case-insensitive)
Filter by usage types (comma-separated)
Returns the paginated list of agents with costs
Paginated response for agent usage list