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://docs.poly.ai/llms.txt
Use this file to discover all available pages before exploring further.
redacted 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.
Contact your PolyAI representative.
Account ID.
Project ID.
Unique conversation ID.
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.
WAV audio recording for the conversation.
The response is of type file.