Skip to main content
GET

Overview

Returns voice minutes aggregated per organization for the requested date range, including a nested per-agent breakdown. If neither organization_ids nor reseller_ids is provided, all organizations the caller has access to are returned.

Query Parameters

string
required
Start of the date range in YYYY-MM-DD format (e.g., 2026-04-01)
string
required
End of the date range in YYYY-MM-DD format (e.g., 2026-04-30)
string | string[]
Optional filter by organization UUIDs. Provide either:
  • A comma-separated list: organization_ids=uuid1,uuid2
  • Or repeated bracketed params: organization_ids[]=uuid1&organization_ids[]=uuid2
string | string[]
Optional filter by reseller UUIDs. Same formats as organization_ids. Combined with organization_ids, both filters are applied.
When a caller has no resellers, when the reseller_ids filter excludes all accessible resellers, or when no organizations match the filters, the endpoint returns 200 with an empty data array.

Response Fields

data

Array of per-organization usage entries:

agents[]

period