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.eyJhdWQiOlsiY3VzdG9tZXItdjEiXSwic3ViIjoxNywiZXhwIjoxNzg0MzgwODUzfQ.q1-q0MBi_dfLJDPljcG_hSgNQpy4BYZAP63GLi0Lzo8
Host: example.org
Cookie: 

Route

GET /api/rest/customer/v1/cdr-exports/5ce92ba4-82ab-11f1-85fd-7a20efe65af3

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/"2c1c6650ef965011ae3040644f1c9332"
cache-control: max-age=0, private, must-revalidate
x-request-id: 0756d47d-8f6b-4dd4-b0c4-1b5ad9cb3bc7
x-runtime: 0.008174
content-length: 693

Status

200 OK

Body

{
  "data": {
    "id": "5ce92ba4-82ab-11f1-85fd-7a20efe65af3",
    "type": "cdr-exports",
    "links": {
      "self": "http://example.org/api/rest/customer/v1/cdr-exports/5ce92ba4-82ab-11f1-85fd-7a20efe65af3"
    },
    "attributes": {
      "filters": {
        "time_start_gteq": "2018-01-01T00:00:00.000Z"
      },
      "status": "Pending",
      "rows-count": null,
      "created-at": "2026-07-18T13:19:53.498Z",
      "updated-at": "2026-07-18T13:19:53.498Z",
      "time-format": "with_timezone",
      "time-zone-name": null
    },
    "relationships": {
      "account": {
        "links": {
          "self": "http://example.org/api/rest/customer/v1/cdr-exports/5ce92ba4-82ab-11f1-85fd-7a20efe65af3/relationships/account",
          "related": "http://example.org/api/rest/customer/v1/cdr-exports/5ce92ba4-82ab-11f1-85fd-7a20efe65af3/account"
        }
      }
    }
  }
}