Agent run-level billing
Returns a paginated list of runs with their costs for a specific agent within the specified date range.
Filtering
usageTypes— filter by usage type (comma-separated:Server Time,Export GB,Agent Inputs,Proxy Data,Export CPM)
Sorting
sortColumn—date|cost|duration(default:date)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}"
Path Parameters
The agent ID
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: date, cost, duration
Sort order: 0 = ascending (default), 1 = descending
Filter by usage types (comma-separated)
Response
Returns the paginated list of runs with costs
Paginated response for agent runs
List of runs with their costs
Total number of runs matching the filter
Total cost across the runs in the current page. Note: this is a page-level sum, not a grand total across all pages.
Agent ID
Agent name