---
title: "Get audio recording for a conversation"
method: GET
path: "/v1/agents/{agentId}/conversations/{conversationId}/audio"
tags: ["Conversations"]
---

# Get audio recording for a conversation

`GET /v1/agents/{agentId}/conversations/{conversationId}/audio`

Returns the audio recording for a conversation as a WAV file.

**Host:** this endpoint is served from `api.{region}.poly.ai` — *not* the `api.{region}-1.platform.polyai.app` host used by the list-conversations endpoint.

**PII access enforcement.** Users without PII access always receive the redacted recording, regardless of the `redacted` query parameter. Users with PII access receive the raw recording by default and can opt into the redacted version by passing `redacted=true`. PII access is granted through your account's role and permission configuration in Agent Studio.

## Path parameters

- `agentId` string, required
- `conversationId` string, required

## Query parameters

- `direction` 'combined' | 'user' | 'agent'
- `redacted` boolean

## Response `200`

WAV audio recording for the conversation.

## Other responses

- `400` — Validation error.
- `401` — Missing or invalid API key.
- `403` — Missing or invalid API key.
- `404` — Recording not found for the given conversation.
- `500` — Internal Server Error.

---

[API](https://skmtc.net/poly/apis/polyai-agents-api.md) · [All operations](https://skmtc.net/poly/apis/polyai-agents-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/poly/polyai-agents-api/revisions/76f3c606e395/schema)
