Get audio recording for a conversation
Fetch the WAV audio recording for a conversation. Served from api..poly.ai. Users without PII access automatically receive the redacted recording.
GET
Get audio recording for a conversation
PII access and redaction
Theredacted query parameter controls whether personally identifiable information (PII) is muted from the returned audio:
| User PII access | redacted query value | Audio returned |
|---|---|---|
| Yes | false (or omitted) | Raw recording |
| Yes | true | Redacted recording |
| No | false (or omitted) | Redacted recording (enforced) |
| No | true | Redacted recording |
redacted=false is passed. This is enforced server-side, so callers cannot bypass redaction by omitting or overriding the query parameter.
PII access is granted through your account’s role and permission configuration in Agent Studio. See PII logging for related conversation-log behavior.
Regional base URLs
| Region | Base URL |
|---|---|
| US | https://api.us.poly.ai |
| EU | https://api.eu.poly.ai |
| UK | https://api.uk.poly.ai |
| Studio | https://api.studio.poly.ai |
Example
{agentId} and {conversationId} with real values — the placeholders are not resolved server-side. Only Accept: audio/wav is needed; do not send Content-Type on this GET request (it has no body).
Common pitfalls
| Symptom | Likely cause | Fix |
|---|---|---|
404 Not Found or DNS error | Using the wrong host (e.g. api.us-1.platform.polyai.app) | Use api.{region}.poly.ai |
404 Not Found on the conversation | The literal string {conversationId} was left in the URL | Substitute a real conversation ID from the List Conversations endpoint |
401 Unauthorized | Empty or wrong-region API key | Issue a region-scoped key from PolyAI |
Authorizations
Contact your PolyAI representative.
Query Parameters
Which side of the call to return. combined returns the full mixed recording. user returns only the caller audio. agent returns only the agent audio.
Available options:
combined, user, agent If true, returns the redacted recording with personally identifiable information (PII) muted. If false, returns the raw recording. Users without PII access always receive the redacted recording, regardless of this parameter.
Response
WAV audio recording for the conversation.
The response is of type file.
Last modified on June 1, 2026
Previous
Create a new debug chat sessionStart a new debug chat session to interactively test an agent variant outside of production traffic. Served from api.{region}.poly.ai.
Next
Get audio recording for a conversation

