CDR Exports API

get specific entry

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

Request

Headers

Version: HTTP/1.0
Accept: application/vnd.api+json
Content-Type: application/vnd.api+json
Authorization: eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOjE0LCJhdWQiOlsiY3VzdG9tZXItdjEiXSwiZXhwIjoxNzQwODUyNTAzfQ.dK14DaM9fitukFliTUXxCjbxMlkqWAobWBS6No50rEU
Host: example.org
Cookie: 

Route

GET /api/rest/customer/v1/cdr-exports/06aa2f7e-f6c8-11ef-b447-0242ac120003

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/"9cadd34aabd63761118f06b2d33ea6b8"
Cache-Control: max-age=0, private, must-revalidate
X-Request-Id: 82bec6b5-824e-4c41-896c-1bc667df3e23
X-Runtime: 0.009139
Content-Length: 641

Status

200 OK

Body

{
  "data": {
    "id": "06aa2f7e-f6c8-11ef-b447-0242ac120003",
    "type": "cdr-exports",
    "links": {
      "self": "http://example.org/api/rest/customer/v1/cdr-exports/06aa2f7e-f6c8-11ef-b447-0242ac120003"
    },
    "attributes": {
      "filters": {
        "time_start_gteq": "2018-01-01T00:00:00.000Z"
      },
      "status": "Pending",
      "rows-count": null,
      "created-at": "2025-03-01T18:07:23.747Z",
      "updated-at": "2025-03-01T18:07:23.747Z"
    },
    "relationships": {
      "account": {
        "links": {
          "self": "http://example.org/api/rest/customer/v1/cdr-exports/06aa2f7e-f6c8-11ef-b447-0242ac120003/relationships/account",
          "related": "http://example.org/api/rest/customer/v1/cdr-exports/06aa2f7e-f6c8-11ef-b447-0242ac120003/account"
        }
      }
    }
  }
}