---
title: "List Conference Recordings"
method: GET
path: "/Accounts/{AccountSid}/Conferences/{ConferenceSid}/Recordings"
tags: ["Conference Recordings"]
---

# List Conference Recordings

`GET /Accounts/{AccountSid}/Conferences/{ConferenceSid}/Recordings`

Lists the saved voice recordings associated with one conference. Use the account-level [Recordings](/docs/compatibility-api/rest/recordings/list-recordings) collection to browse media across calls and conferences, or Video [Room Recordings](/docs/apis/rest/video/room-recordings/list-room-recordings) for video-room media.

#### Permissions

The API token used to authenticate must have the following scope(s) enabled to make a successful request: _Voice_.

[Learn more about API scopes](/docs/platform/your-signalwire-api-space).

## Path parameters

- `AccountSid` string, uuid, required — Universal Unique Identifier.
- `ConferenceSid` string, uuid, required — Universal Unique Identifier.

## Query parameters

- `DateCreated` string
- `DateCreated<` string
- `DateCreated>` string
- `Page` integer
- `PageSize` integer
- `PageToken` string

## Response `200`

The request has succeeded.

- ConferenceRecordingListResponse — Response containing a list of conference recordings.
  - `uri` string, required — The URI of the current page.
  - `first_page_uri` string, required — The URI of the first page.
  - `next_page_uri` string, nullable, required — The URI of the next page.
  - `previous_page_uri` string, nullable, required — The URI of the previous page.
  - `page` integer, required — The current page number.
  - `page_size` integer, required — The number of items per page.
  - `recordings` ConferenceRecording[], required — List of recordings.
    - `sid` string, uuid, required — Universal Unique Identifier.
    - `account_sid` string, uuid, required — Universal Unique Identifier.
    - `api_version` string, required — The version of the SignalWire API.
    - `call_sid` string, nullable, required — The unique identifier for the call. Always null for conference recordings.
    - `conference_sid` string, uuid, required — Universal Unique Identifier.
    - `channel` '1' | '2', required — The number of channels in a recording (singular key). Returns '1' for mono or '2' for stereo.
    - `channels` '1' | '2', required — The number of channels in a recording. Returns '1' for mono or '2' for stereo.
    - `date_created` string, required — The date, in RFC 2822 format, this recording was created.
    - `date_updated` string, required — The date, in RFC 2822 format, this recording was updated.
    - `start_time` string, nullable, required — The time, in RFC 2822 format, this recording started.
    - `end_time` string, nullable, required — The time, in RFC 2822 format, this recording ended.
    - `duration` integer, required — The length, in seconds, of the recording.
    - `price` string, nullable, required — The cost for the recording.
    - `price_unit` string, required — The currency of the price of the recording.
    - `source` 'Conference' | 'StartConferenceRecording', required — Recording source for conference recordings.
    - `status` 'queued' | 'in-progress' | 'paused' | 'resumed' | 'completed' | 'absent' | 'stopped', required — Recording status.
    - `error_code` string, nullable, required — Further details about a failed recording.
    - `uri` string, required — The URI of the recording.
    - `subresource_uris` ConferenceRecordingSubresourceUris, required — Recording subresource URIs.
      - `transcriptions` string, required — The URI for transcriptions.
    - `encryption_details` string, nullable, required — Encryption details. Always null.
    - `trim` string, required — Whether leading and trailing silence is trimmed from a recording.

## Other responses

- `400` — The request was invalid or cannot be processed. Check the error details for more information.
- `401` — Authentication failed. Please verify your credentials and try again.
- `404` — The requested resource was not found. Please verify the resource identifier.
- `422` — The request could not be processed due to validation errors. Check the error details for more information.

## Changes

- **2026-05-12** `2916d5e3072e` — 3 breaking, 4 info
  - the `recordings/items/account_sid` response's property type changed from `string` to no type, and format from `uuid` to no format for status `200`
  - the `recordings/items/conference_sid` response's property format changed from `uuid` to no format for status `200`
  - the `recordings/items/sid` response's property type changed from `string` to no type, and format from `uuid` to no format for status `200`
  - added `#/components/schemas/uuid` to the `recordings/items/account_sid` response property `allOf` list for the response status `200`
  - …3 more
- **2026-05-12** `5344c0c93a4c` — 7 info
  - added 'unevaluatedProperties' constraint to the response body for the status `200`
  - added 'unevaluatedProperties' constraint to the response body for the status `400`
  - added 'unevaluatedProperties' constraint to the response body for the status `401`
  - added 'unevaluatedProperties' constraint to the response body for the status `404`
  - …3 more
- …earlier changes not shown

[Full history](https://skmtc.dev/signalwire/apis/compatibility-api/changes/Accounts/:AccountSid/Conferences/:ConferenceSid/Recordings/get.md)

---

[API](https://skmtc.dev/signalwire/apis/compatibility-api.md) · [All operations](https://skmtc.dev/signalwire/apis/compatibility-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/signalwire/compatibility-api/revisions/723316346320/schema)
