Get conversation audio
Fetch the WAV audio recording for a conversation. Users without PII access automatically receive the redacted recording.
Documentation Index
Fetch the complete documentation index at: https://polyai-mintlify-3bb31c4b.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
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.
Example
Authorizations
Contact your PolyAI representative.
Path Parameters
Account ID.
Project ID.
Unique conversation ID.
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.
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.

