Skip to main content
GET
JavaScript

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

page
object

Consolidated page parameter (deepObject style).

sort
enum<string>
default:desc

Set the order of the results by creation date. asc and created_at sort oldest reports first; desc and -created_at sort newest reports first. If not given, results are sorted by creation date in descending order.

Available options:
asc,
desc,
created_at,
-created_at
Example:

"-created_at"

Response

Paginated raw call report stats payloads.

Paginated raw Voice SDK call report stats payloads as stored by voice-sdk-debug.

data
object[]
required
meta
Pagination Meta · object
required