Get a call record
Retrieve one call detail record accessible to your account.
Account availability: These examples describe the A1PBX version 7 interface. Confirm the endpoint, header authentication, response format, and record permissions for your assigned account before production use.
Request
Retrieve one call detail record accessible to your account.
/xml_cdr/{uuid}A1PBX APIParameters
| Parameter | Type | Required | Description |
|---|---|---|---|
uuid | string | Yes | Call record identifier obtained from the call history endpoint. |
Examples
curl --fail-with-body --get \
"https://$A1PBX_ACCOUNT_ID.a1routes.com/app/api/7/xml_cdr/$CALL_UUID" \
--header "Authorization: Basic $A1PBX_API_KEY"
Response
Inspect an authorized response from your account to establish the returned fields, content type, and empty-result behavior. Response schemas are intentionally not asserted until verified for the deployed service.
Integration notes
Use a call identifier obtained from your own authorized call-history results. Do not substitute a recording identifier unless the deployed interface confirms they are the same.
See authentication, pagination, and error handling.