---
title: "List all recordings"
method: GET
path: "/uc/{connection_id}/recording"
tags: ["uc", "recording"]
---

# List all recordings

`GET /uc/{connection_id}/recording`

## Path parameters

- `connection_id` string, required

## Query parameters

- `limit` number
- `offset` number
- `updated_gte` string
- `sort` string
- `order` string
- `query` string
- `user_id` string
- `call_id` string
- `start_gte` string
- `end_lt` string
- `contact_id` string
- `fields` string[]
- `raw` string

## Response `200`

Successful

- UcRecording[]
  - `id` string
  - `created_at` string, date-time
  - `updated_at` string, date-time
  - `start_at` string, date-time
  - `end_at` string, date-time
  - `expires_at` string, date-time
  - `call_id` string
  - `web_url` string
  - `contacts` UcContact[]
    - `id` string
    - `created_at` string, date-time
    - `updated_at` string, date-time
    - `name` string
    - `first_name` string
    - `last_name` string
    - `title` string
    - `company` string
    - `emails` UcEmail[] — An array of email addresses for this contact
      - `email` string, required
      - `type` 'WORK' | 'HOME' | 'OTHER'
    - `telephones` UcTelephone[] — An array of telephones for this contact
      - `telephone` string, required
      - `type` 'WORK' | 'HOME' | 'OTHER' | 'FAX' | 'MOBILE'
    - `raw` object
  - `user_id` string
  - `media` UcRecordingMedia[]
    - `start_at` string, date-time
    - `end_at` string, date-time
    - `language` string
    - `transcripts` UcRecordingTranscript[]
      - `start_at` string, date-time
      - `end_at` string, date-time
      - `text` string, required
      - `contact_id` string
      - `user_id` string
    - `transcript_download_url` string
    - `recording_download_url` string
  - `user_name` string
  - `user_phone` string
  - `type` 'INBOUND' | 'OUTBOUND'
  - `raw` object

## Changes

- **2026-09-09** `3bea28547cc7` — 3 breaking, 3 warning
  - removed the enum value `contact_id` from the property `items/` of the `query` request parameter `fields`
  - removed the enum value `contact_name` from the property `items/` of the `query` request parameter `fields`
  - removed the enum value `contact_phone` from the property `items/` of the `query` request parameter `fields`
  - removed the optional property `items/contact_id` from the response with the `200` status
  - …2 more

[Change history](https://skmtc.dev/unified/apis/unified-to-api/changes/uc/:connection_id/recording/get.md)

---

[API](https://skmtc.dev/unified/apis/unified-to-api.md) · [All operations](https://skmtc.dev/unified/apis/unified-to-api/llms.txt) · [OpenAPI document](https://skmtc.dev/unified/apis/unified-to-api/revisions/e0a7ff925921?raw)
