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.eyJhdWQiOlsiY3VzdG9tZXItdjEiXSwic3ViIjoxNywiZXhwIjoxNzY3MzU4MDMzfQ.0PQE1vgRnqMM5qaCN_0XKv9wfKz3MqJ93fgo030YWqM
Host: example.org
Cookie: 

Route

GET /api/rest/customer/v1/cdr-exports/05803190-e7d9-11f0-bf40-0a63caf27539

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/"42850778077ffc0caabf0eb4ff14610c"
cache-control: max-age=0, private, must-revalidate
x-request-id: 43b11234-8112-44a1-a03e-c7ea0ee353dc
x-runtime: 0.007481
content-length: 693

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"
        }
      }
    }
  }
}