Skip to main content

Retrieve a Call Detail Record

GET 

/api/v1/domains/:domain_uuid/cdrs/:xml_cdr_uuid

Returns a single CDR for the specified domain the caller is allowed to access.

Access rules:

  • Caller must have access to the target domain (domain scope).
  • Caller must have the xml_cdr_view permission.

Notes:

  • The response includes a normalized call_flow summary.
  • Related queue and ring group call legs are merged into the returned call_flow timeline when present.

Request

Responses

Success