get specific entry
GET /api/rest/customer/v1/cdr-exports/:id
Request
Headers
Route
GET /api/rest/customer/v1/cdr-exports/05803190-e7d9-11f0-bf40-0a63caf27539
Response
Headers
Status
200 OK
Body
{
"data": {
"id": "05803190-e7d9-11f0-bf40-0a63caf27539",
"type": "cdr-exports",
"links": {
"self": "http://example.org/api/rest/customer/v1/cdr-exports/05803190-e7d9-11f0-bf40-0a63caf27539"
},
"attributes": {
"filters": {
"time_start_gteq": "2018-01-01T00:00:00.000Z"
},
"status": "Pending",
"rows-count": null,
"created-at": "2026-01-02T12:46:13.468Z",
"updated-at": "2026-01-02T12:46:13.468Z",
"time-format": "with_timezone",
"time-zone-name": null
},
"relationships": {
"account": {
"links": {
"self": "http://example.org/api/rest/customer/v1/cdr-exports/05803190-e7d9-11f0-bf40-0a63caf27539/relationships/account",
"related": "http://example.org/api/rest/customer/v1/cdr-exports/05803190-e7d9-11f0-bf40-0a63caf27539/account"
}
}
}
}
}