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.eyJhdWQiOlsiY3VzdG9tZXItdjEiXSwic3ViIjoxNywiZXhwIjoxNzg2MzU5NzU5fQ.e313QKf1PCPam8SKYhIi9bbqUi31H6uAw2oUmE0cJr0
Host: example.org
Cookie: 

Route

GET /api/rest/customer/v1/cdr-exports/dcf6fbbc-94aa-11f1-9684-4e29394502aa

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/"c5a571f423d6651f598ae03f4f3745ae"
cache-control: max-age=0, private, must-revalidate
x-request-id: 47818250-3130-4931-a7a0-92e7eda171f1
x-runtime: 0.007006
content-length: 693

Status

200 OK

Body

{
  "data": {
    "id": "dcf6fbbc-94aa-11f1-9684-4e29394502aa",
    "type": "cdr-exports",
    "links": {
      "self": "http://example.org/api/rest/customer/v1/cdr-exports/dcf6fbbc-94aa-11f1-9684-4e29394502aa"
    },
    "attributes": {
      "filters": {
        "time_start_gteq": "2018-01-01T00:00:00.000Z"
      },
      "status": "Pending",
      "rows-count": null,
      "created-at": "2026-08-10T11:01:39.771Z",
      "updated-at": "2026-08-10T11:01:39.771Z",
      "time-format": "with_timezone",
      "time-zone-name": null
    },
    "relationships": {
      "account": {
        "links": {
          "self": "http://example.org/api/rest/customer/v1/cdr-exports/dcf6fbbc-94aa-11f1-9684-4e29394502aa/relationships/account",
          "related": "http://example.org/api/rest/customer/v1/cdr-exports/dcf6fbbc-94aa-11f1-9684-4e29394502aa/account"
        }
      }
    }
  }
}