List Voice SDK call reports
Returns paginated raw call report stats JSON payloads stored for the authenticated user. The user is derived from Telnyx authentication, not from request parameters.
GET
JavaScript
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Consolidated page parameter (deepObject style).
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"
JavaScript