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_viewpermission.
Notes:
- The response includes a normalized
call_flowsummary. - Related queue and ring group call legs are merged into the returned
call_flowtimeline when present.
Request
Responses
- 200
- 400
- 401
- 404
Success
Invalid CDR UUID
Unauthenticated
CDR not found