Per-agent billing summary
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— filter by usage type (comma-separated:Server Time,Export GB,Agent Inputs,Proxy Data,Export CPM)
Sorting
sortColumn—name|cost(default:name)sortOrder—0ascending (default) |1descending
Authorizations
API Key authorization header. Example: "Authorization: ApiKey {your-api-key}"
OAuth 2.0 Bearer token. Example: "Authorization: Bearer {access-token}"
Query Parameters
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)
Response
Returns the paginated list of agents with costs
Paginated response for agent usage list