CDR Exports API

get listing

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

Parameters

Name Description
filter[id] id filter
filter[status-eq] status eq filter
filter[status-not-eq] status not eq filter
filter[status-in] status in filter
filter[status-not-in] status not in filter
filter[rows-count-eq] rows count eq filter
filter[rows-count-not-eq] rows count not eq filter
filter[rows-count-gt] rows count gt filter
filter[rows-count-gteq] rows count gteq filter
filter[rows-count-lt] rows count lt filter
filter[rows-count-lteq] rows count lteq filter
filter[rows-count-in] rows count in filter
filter[rows-count-not-in] rows count not in filter
filter[created-at-eq] created at eq filter
filter[created-at-not-eq] created at not eq filter
filter[created-at-gt] created at gt filter
filter[created-at-gteq] created at gteq filter
filter[created-at-lt] created at lt filter
filter[created-at-lteq] created at lteq filter
filter[created-at-in] created at in filter
filter[created-at-not-in] created at not in filter
filter[updated-at-eq] updated at eq filter
filter[updated-at-not-eq] updated at not eq filter
filter[updated-at-gt] updated at gt filter
filter[updated-at-gteq] updated at gteq filter
filter[updated-at-lt] updated at lt filter
filter[updated-at-lteq] updated at lteq filter
filter[updated-at-in] updated at in filter
filter[updated-at-not-in] updated at not in filter
filter[time-zone-name-eq] time zone name eq filter
filter[time-zone-name-not-eq] time zone name not eq filter
filter[time-zone-name-cont] time zone name cont filter
filter[time-zone-name-start] time zone name start filter
filter[time-zone-name-end] time zone name end filter
filter[time-zone-name-in] time zone name in filter
filter[time-zone-name-not-in] time zone name not in filter
filter[time-zone-name-cont-any] time zone name cont any filter
filter[account-id-eq] account id eq filter
filter[account-id-not-eq] account id not eq filter
filter[account-id-in] account id in filter
filter[account-id-not-in] account id not in filter
filter[time-format] time format filter

Request

Headers

Accept: application/vnd.api+json
Content-Type: application/vnd.api+json
Authorization: eyJhbGciOiJIUzI1NiJ9.eyJhdWQiOlsiY3VzdG9tZXItdjEiXSwic3ViIjoxNiwiZXhwIjoxNzc2MzY1MjA1fQ.ZEYejy2JjZkK2maLbigfqpUZCQtonlo3lv95e6MPL1Y
Host: example.org
Cookie: 

Route

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

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/"0cd5ac00cafdd8664ca198e5a3bdd339"
cache-control: max-age=0, private, must-revalidate
x-request-id: 3833217b-ae96-4c3f-bbc8-e58882cec4c6
x-runtime: 0.010378
content-length: 1612

Status

200 OK

Body

{
  "data": [
    {
      "id": "7a1aedc8-39c4-11f1-8c50-82ad38f4dd55",
      "type": "cdr-exports",
      "links": {
        "self": "http://example.org/api/rest/customer/v1/cdr-exports/7a1aedc8-39c4-11f1-8c50-82ad38f4dd55"
      },
      "attributes": {
        "filters": {
          "time_start_gteq": "2018-01-01T00:00:00.000Z"
        },
        "status": "Pending",
        "rows-count": null,
        "created-at": "2026-04-16T18:45:45.014Z",
        "updated-at": "2026-04-16T18:45:45.014Z",
        "time-format": "with_timezone",
        "time-zone-name": null
      },
      "relationships": {
        "account": {
          "links": {
            "self": "http://example.org/api/rest/customer/v1/cdr-exports/7a1aedc8-39c4-11f1-8c50-82ad38f4dd55/relationships/account",
            "related": "http://example.org/api/rest/customer/v1/cdr-exports/7a1aedc8-39c4-11f1-8c50-82ad38f4dd55/account"
          }
        }
      }
    },
    {
      "id": "7a1a0f5c-39c4-11f1-8c50-82ad38f4dd55",
      "type": "cdr-exports",
      "links": {
        "self": "http://example.org/api/rest/customer/v1/cdr-exports/7a1a0f5c-39c4-11f1-8c50-82ad38f4dd55"
      },
      "attributes": {
        "filters": {
          "time_start_gteq": "2018-01-01T00:00:00.000Z"
        },
        "status": "Pending",
        "rows-count": null,
        "created-at": "2026-04-16T18:45:45.009Z",
        "updated-at": "2026-04-16T18:45:45.009Z",
        "time-format": "with_timezone",
        "time-zone-name": null
      },
      "relationships": {
        "account": {
          "links": {
            "self": "http://example.org/api/rest/customer/v1/cdr-exports/7a1a0f5c-39c4-11f1-8c50-82ad38f4dd55/relationships/account",
            "related": "http://example.org/api/rest/customer/v1/cdr-exports/7a1a0f5c-39c4-11f1-8c50-82ad38f4dd55/account"
          }
        }
      }
    }
  ],
  "meta": {
    "total-count": 2
  },
  "links": {
    "first": "http://example.org/api/rest/customer/v1/cdr-exports?page%5Bnumber%5D=1&page%5Bsize%5D=50",
    "last": "http://example.org/api/rest/customer/v1/cdr-exports?page%5Bnumber%5D=1&page%5Bsize%5D=50"
  }
}