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.eyJhdWQiOlsiY3VzdG9tZXItdjEiXSwic3ViIjoxNywiZXhwIjoxNzg4NjA1OTgxfQ.mykSaFT4aLAbPCQcr7s43pKmYKZJalkZuAJiVJq7Bfs
Host: example.org
Cookie: 

Route

GET /api/rest/customer/v1/cdr-exports/c19960bc-a918-11f1-96b6-d211d3fe052e

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/"6048c297a206e1764dedafa58a1515e3"
cache-control: max-age=0, private, must-revalidate
x-request-id: a2435949-57e7-4063-b963-a3bcde4894c1
x-runtime: 0.009381
content-length: 693

Status

200 OK

Body

{
  "data": {
    "id": "c19960bc-a918-11f1-96b6-d211d3fe052e",
    "type": "cdr-exports",
    "links": {
      "self": "http://example.org/api/rest/customer/v1/cdr-exports/c19960bc-a918-11f1-96b6-d211d3fe052e"
    },
    "attributes": {
      "filters": {
        "time_start_gteq": "2018-01-01T00:00:00.000Z"
      },
      "status": "Pending",
      "rows-count": null,
      "created-at": "2026-09-05T10:58:41.755Z",
      "updated-at": "2026-09-05T10:58:41.755Z",
      "time-format": "with_timezone",
      "time-zone-name": null
    },
    "relationships": {
      "account": {
        "links": {
          "self": "http://example.org/api/rest/customer/v1/cdr-exports/c19960bc-a918-11f1-96b6-d211d3fe052e/relationships/account",
          "related": "http://example.org/api/rest/customer/v1/cdr-exports/c19960bc-a918-11f1-96b6-d211d3fe052e/account"
        }
      }
    }
  }
}