---
title: "Returns a list of voice consent recordings."
method: GET
path: "/audio/voice_consents"
tags: ["Audio"]
---

# Returns a list of voice consent recordings.

`GET /audio/voice_consents`

List consent recordings available to your organization for creating custom voices.

See the [custom voices guide](/docs/guides/text-to-speech#custom-voices). Custom voices are limited to eligible customers.

## Query parameters

- `after` string
- `limit` integer

## Response `200`

OK

- VoiceConsentListResource
  - `object` 'list', required
  - `data` VoiceConsentResource[], required
    - `object` 'audio.voice_consent', required — The object type, which is always `audio.voice_consent`.
    - `id` string, required — The consent recording identifier.
    - `name` string, required — The label provided when the consent recording was uploaded.
    - `language` string, required — The BCP 47 language tag for the consent phrase (for example, `en-US`).
    - `created_at` integer, required — The Unix timestamp (in seconds) for when the consent recording was created.
  - `first_id` string, nullable
  - `last_id` string, nullable
  - `has_more` boolean, required

---

[API](https://skmtc.net/openai/apis/openai-api-3.md) · [All operations](https://skmtc.net/openai/apis/openai-api-3/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/openai/openai-api-3/versions/74cbcf73838f/schema)
