Reports
Minutes by Agent
Returns voice minutes and call counts aggregated per agent for a date range
GET
Overview
Returns per-agent voice minutes and call counts for the requested date range. Only agents owned by the authenticated account are returned; unknown or cross-account agent IDs are filtered out.Query Parameters
Start of the date range in
YYYY-MM-DD format (e.g., 2026-04-01)End of the date range in
YYYY-MM-DD format (e.g., 2026-04-30)One or more agent UUIDs. Provide either:
- A comma-separated list:
agent_ids=uuid1,uuid2 - Or repeated bracketed params:
agent_ids[]=uuid1&agent_ids[]=uuid2
Response Fields
data
Array of per-agent usage entries:
| Field | Type | Description |
|---|---|---|
agent_id | string (UUID) | Agent ID |
agent_name | string | Agent name (falls back to external_id or internal ID if unset) |
reseller_name | string | Reseller that owns the agent’s organization, or - if unavailable |
total_minutes | number | Total voice minutes in the range |
call_count | number | Number of calls in the range |
period
| Field | Type | Description |
|---|---|---|
start_date | string | Echoes the request’s start_date |
end_date | string | Echoes the request’s end_date |
