---
title: "Get a Recording Configuration by Id or UniqueName"
method: GET
path: "/v2/Configurations/Recording/{IdOrUniqueName}"
tags: ["RecordingConfiguration"]
---

# Get a Recording Configuration by Id or UniqueName

`GET /v2/Configurations/Recording/{IdOrUniqueName}`

## Path parameters

- `IdOrUniqueName` string, required

## Response `200`

Success

- VoiceV2ConfigurationRecordingResponse — Response body for a Recording Configuration.
  - `id` string — Configuration Identifier.
  - `account_sid` string — Account sid.
  - `unique_name` string, nullable — The unique name.
  - `description` string, nullable — The description.
  - `date_created` string, date-time
  - `date_updated` string, date-time
  - `configuration` VoiceV2ConfigurationRecordingConfiguration — Configuration for Twilio Voice Recording Service.
    - `configurationType` 'Recording', required — The configuration type discriminator. Always "Recording" for this resource.
    - `compositionPolicy` VoiceV2ConfigurationRecordingCompositionPolicy — The composition configuration for recordings.
      - `channels` 'dual' | 'mono', nullable — The number of channels to be composed.
      - `trim` 'trim-silence' | 'do-not-trim', nullable — Trim the silence in the recordings.
      - `track` 'inbound' | 'outbound' | 'both', nullable — The audio track to record for the call.
    - `callRecordingStatusCallback` VoiceV2ConfigurationRecordingStatusCallback — Callback configuration for a recording status.
      - `url` string, nullable — The recording status callback URL.
      - `method` 'GET' | 'POST', nullable — The recording status callback method.
      - `events` string[], nullable — The recording status callback events.
    - `conferenceRecordingStatusCallback` VoiceV2ConfigurationRecordingStatusCallback — Callback configuration for a recording status.
      - `url` string, nullable — The recording status callback URL.
      - `method` 'GET' | 'POST', nullable — The recording status callback method.
      - `events` string[], nullable — The recording status callback events.
    - `features` VoiceV2ConfigurationRecordingFeature[], nullable — The features to apply to this recording.
      - `type` 'transcriptionConfiguration', required — The type of feature.
      - `featureId` string, required — The ID of the feature.
      - `description` string, nullable — The description of the feature.

## Other responses

- `400` — Bad Input
- `401` — Unauthorized
- `404` — Not Found
- `500` — Internal Server Error

---

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