IncomingCdrs API

get specific entry

GET /api/rest/customer/v1/incoming-cdrs/:id

Request

Headers

Accept: application/vnd.api+json
Content-Type: application/vnd.api+json
Authorization: eyJhbGciOiJIUzI1NiJ9.eyJhdWQiOlsiY3VzdG9tZXItdjEiXSwic3ViIjoyNywiZXhwIjoxNzcyMjExNDczfQ.TOoC9AAAepX1C-MakAac_6DwQo47SKds8KJT_smHA3o
Host: example.org
Cookie: 

Route

GET /api/rest/customer/v1/incoming-cdrs/24

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/"9273f4a9f3a4d4107adc0b316210d9aa"
cache-control: max-age=0, private, must-revalidate
x-request-id: e527f87d-c83a-4f19-8250-39b21998442c
x-runtime: 0.009642
content-length: 1072

Status

200 OK

Body

{
  "data": {
    "id": "24",
    "type": "incoming-cdrs",
    "links": {
      "self": "http://example.org/api/rest/customer/v1/incoming-cdrs/24"
    },
    "attributes": {
      "time-start": "2026-02-27T16:55:53.518Z",
      "time-connect": "2026-02-27T16:55:53.518Z",
      "time-end": "2026-02-27T16:56:23.518Z",
      "duration": 30,
      "success": true,
      "dialpeer-initial-interval": null,
      "dialpeer-initial-rate": null,
      "dialpeer-next-interval": null,
      "dialpeer-next-rate": null,
      "dialpeer-fee": null,
      "dialpeer-prefix": null,
      "vendor-price": null,
      "vendor-duration": null,
      "src-name-out": null,
      "src-prefix-out": null,
      "dst-prefix-out": null,
      "src-prefix-routing": "SRC Prefix Routing",
      "dst-prefix-routing": "DST Prefix Routing",
      "diversion-out": null,
      "local-tag": "EU",
      "legb-disconnect-code": null,
      "legb-disconnect-reason": null,
      "sign-term-ip": null,
      "sign-term-port": null,
      "sign-term-transport-protocol-id": null,
      "term-call-id": null,
      "legb-user-agent": null,
      "rec": false
    },
    "relationships": {
      "account": {
        "links": {
          "self": "http://example.org/api/rest/customer/v1/incoming-cdrs/24/relationships/account",
          "related": "http://example.org/api/rest/customer/v1/incoming-cdrs/24/account"
        }
      }
    }
  }
}