---
title: "List voice consents"
method: GET
path: "/audio/voice_consents"
tags: ["Audio"]
---

# List voice consents

`GET /audio/voice_consents`

Returns a list of voice consent recordings.

## 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

## Other responses

- `400` — Invalid pagination parameters.
- `404` — The endpoint is unavailable or the pagination cursor was not found.

## Changes

- **2026-09-25** `d86203de41ae` — 2 info
  - added the non-success response with the status `400`
  - added the non-success response with the status `404`
- **2026-05-13** `74cbcf73838f` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/openai/apis/openapi/changes/audio/voice_consents/get.md)

---

[API](https://skmtc.dev/openai/apis/openapi.md) · [All operations](https://skmtc.dev/openai/apis/openapi/llms.txt) · [OpenAPI document](https://skmtc.dev/openai/apis/openapi/revisions/4b75527da17b?raw)
