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.eyJhdWQiOlsiY3VzdG9tZXItdjEiXSwic3ViIjoyNywiZXhwIjoxNzY3MzU4MDM0fQ.G9kcBMPtzzgvg3I0KAT5HaEFhgykQChX4o9GbRoZGV0
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/"ee503d9e1f1d191c9d59976e3892a4bf"
cache-control: max-age=0, private, must-revalidate
x-request-id: 48ac45f6-9e7a-49a8-b54c-fb019be3bdca
x-runtime: 0.007916
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-01-02T12:45:14.758Z",
      "time-connect": "2026-01-02T12:45:14.758Z",
      "time-end": "2026-01-02T12:45:44.758Z",
      "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"
        }
      }
    }
  }
}