---
title: "Export CDRs"
method: GET
path: "/v1/cdrs/all"
tags: ["CDRs"]
---

# Export CDRs

`GET /v1/cdrs/all`

Streams matching call detail records as newline-delimited JSON (NDJSON), one record per line, for bulk export.

## Query parameters

- `from` string, date, required
- `to` string, date, required
- `type` string, required
- `disposition` 'answered' | 'noanswer' | 'busy' | 'failed' | 'all' — Final disposition of the call. One of `answered` (the called party answered), `noanswer` (no answer within the ring timeout), `busy` (the called party was busy), `failed` (the call could not be routed), or `all` (matches any disposition when used as a filter).
- `from_search` string
- `to_search` string
- `sip_trunk` string
- `uuid` string
- `page` integer
- `per_page` integer

## Response `200`

Returns an NDJSON stream of CDRs, one record per line.

## Other responses

- `403` — Request failed. The feature is disabled for your account.

---

[API](https://skmtc.net/wavix/apis/wavix-apis.md) · [All operations](https://skmtc.net/wavix/apis/wavix-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/wavix/wavix-apis/revisions/b22f170488b6/schema)
