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.eyJhdWQiOlsiY3VzdG9tZXItdjEiXSwic3ViIjoxNiwiZXhwIjoxNzY3MzU4MDMzfQ.ZdNaTmYPcoVhQNjNoax5L1IPp-Bpzh40H04lRiALLK4
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/"15bb188430843cb82da764568363d62a"
cache-control: max-age=0, private, must-revalidate
x-request-id: ca0e79da-ec73-4d80-bcc1-91105d3d7160
x-runtime: 0.011604
content-length: 1612

Status

200 OK

Body

{
  "data": [
    {
      "id": "05776fa6-e7d9-11f0-bf40-0a63caf27539",
      "type": "cdr-exports",
      "links": {
        "self": "http://example.org/api/rest/customer/v1/cdr-exports/05776fa6-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.410Z",
        "updated-at": "2026-01-02T12:46:13.410Z",
        "time-format": "with_timezone",
        "time-zone-name": null
      },
      "relationships": {
        "account": {
          "links": {
            "self": "http://example.org/api/rest/customer/v1/cdr-exports/05776fa6-e7d9-11f0-bf40-0a63caf27539/relationships/account",
            "related": "http://example.org/api/rest/customer/v1/cdr-exports/05776fa6-e7d9-11f0-bf40-0a63caf27539/account"
          }
        }
      }
    },
    {
      "id": "0576e37e-e7d9-11f0-bf40-0a63caf27539",
      "type": "cdr-exports",
      "links": {
        "self": "http://example.org/api/rest/customer/v1/cdr-exports/0576e37e-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.407Z",
        "updated-at": "2026-01-02T12:46:13.407Z",
        "time-format": "with_timezone",
        "time-zone-name": null
      },
      "relationships": {
        "account": {
          "links": {
            "self": "http://example.org/api/rest/customer/v1/cdr-exports/0576e37e-e7d9-11f0-bf40-0a63caf27539/relationships/account",
            "related": "http://example.org/api/rest/customer/v1/cdr-exports/0576e37e-e7d9-11f0-bf40-0a63caf27539/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"
  }
}