For the complete documentation index, see llms.txt. This page is also available as Markdown.

Cdrs

List CDRs

get

Retrieve a collection of call detail records.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
200

OK

application/json
countinteger · int64Optional

Total number of resource.

Example: 100
get/cdrs

Retrieve CDR detailed information.

get

Retrieve details of CDR.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idstringRequired

The unique ID of the resource.

Example: NzAwNTUxOTA5NzczMTQ4MTYw
Responses
200

OK

application/json
get/cdrs/{id}

Was this helpful?