---
title: "List termination CDRs"
method: GET
path: "/call_records/termination"
tags: ["Portal", "Portal Call-Records"]
---

# List termination CDRs

`GET /call_records/termination`

list outbound (termination) call records, paginated

## Query parameters

- `time_range` string — Time range "YYYY-MM-DD - YYYY-MM-DD".
- `tech_prefix` string — Filter by tech prefix.
- `cli` string — Filter by caller ID.
- `destination` string — Filter by called destination (prefix match).
- `sip_account_id` string — Filter by SIP account display_token.
- `page` integer — Page number (default 1).
- `per_page` integer — Items per page (default 100, max 1000).

## Response `200`

Successful Response

- CallRecordsResponse — Envelope for `/portal/call_records/termination` and `/portal/call_records/origination`. Pagination is request-driven (`page`, `per_page`); an empty `call_records` array signals end-of-data.
  - `call_records` CallRecordItem[], required — Page of call records. An empty array signals end-of-data.
    - `started_at` string, required — Call start time as ISO 8601 with timezone offset (e.g. "2026-05-26T12:16:50.000+00:00").
    - `status` string, required — Hangup cause from upstream (e.g. "ANSWER", "NO_ANSWER", "BUSY").
    - `cli` string, required — Caller ID (E.164 without leading "+"; may be empty for origination calls).
    - `destination` string, required — Called number in E.164 (no leading "+").
    - `duration` integer, required — Session duration in seconds.
    - `cost` number, required — Total call cost in customer currency.
    - `tech_prefix` string — Tech prefix used for the call (set on termination CDRs only).
    - `destination_name` string — Human-readable destination name (country + network).

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/commpeak/apis/dialer-api-v2-0-1.md) · [All operations](https://skmtc.net/commpeak/apis/dialer-api-v2-0-1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/commpeak/dialer-api-v2-0-1/revisions/eacecf960bb6/schema)
