v1

latestOpenAPI 3.1.02026-07-26359254.7 MB
Reports

List call activity

<small>Requires the reporting:read scope (or a broader one that includes it).</small>

Returns a paginated list of individual call records matching the specified filters.

Call recording URLs are included only if the user has permission to listen to call records.

post/v3/reporting/calls

Query parameters

topinteger

Number of records to return (page size)

skipinteger

Number of records to skip

Request body

Example request

{
  "filters": {
    "from": "2026-01-01T00:00:00Z",
    "to": "2026-03-01T00:00:00Z"
  }
}

Response

Calls list retrieved successfully

hasMoreboolean

Indicates if there are more items to fetch