CDR Exports API

get specific entry

GET /api/rest/customer/v1/cdr-exports/:id

Request

Headers

Accept: application/vnd.api+json
Content-Type: application/vnd.api+json
Authorization: eyJhbGciOiJIUzI1NiJ9.eyJhdWQiOlsiY3VzdG9tZXItdjEiXSwic3ViIjoxNywiZXhwIjoxNzc2MzY1MjA1fQ.23vhChW2LetCZ5cPOEWApX7VFCoHo-aWKlhI3VPMk08
Host: example.org
Cookie: 

Route

GET /api/rest/customer/v1/cdr-exports/7a22ec58-39c4-11f1-8c50-82ad38f4dd55

Response

Headers

x-frame-options: SAMEORIGIN
x-xss-protection: 0
x-content-type-options: nosniff
x-permitted-cross-domain-policies: none
referrer-policy: strict-origin-when-cross-origin
content-type: application/vnd.api+json
vary: Accept
etag: W/"5593f72a85080567918f77d1fc533609"
cache-control: max-age=0, private, must-revalidate
x-request-id: 01a614f8-57eb-419b-8593-f59eb12ae189
x-runtime: 0.006507
content-length: 693

Status

200 OK

Body

{
  "data": {
    "id": "7a22ec58-39c4-11f1-8c50-82ad38f4dd55",
    "type": "cdr-exports",
    "links": {
      "self": "http://example.org/api/rest/customer/v1/cdr-exports/7a22ec58-39c4-11f1-8c50-82ad38f4dd55"
    },
    "attributes": {
      "filters": {
        "time_start_gteq": "2018-01-01T00:00:00.000Z"
      },
      "status": "Pending",
      "rows-count": null,
      "created-at": "2026-04-16T18:45:45.067Z",
      "updated-at": "2026-04-16T18:45:45.067Z",
      "time-format": "with_timezone",
      "time-zone-name": null
    },
    "relationships": {
      "account": {
        "links": {
          "self": "http://example.org/api/rest/customer/v1/cdr-exports/7a22ec58-39c4-11f1-8c50-82ad38f4dd55/relationships/account",
          "related": "http://example.org/api/rest/customer/v1/cdr-exports/7a22ec58-39c4-11f1-8c50-82ad38f4dd55/account"
        }
      }
    }
  }
}