Skip to main content
POST
Retrieve recordings for conversations

Authorizations

x-api-key
string
header
required

Organization API key. Get it from the 11x team or from the platform.

Body

application/json
sequenceIds
string[]
required

Conversation sequence IDs, as returned by GET /conversations/search/{agentId}. Duplicates are collapsed.

Required array length: 1 - 100 elements
Example:
includeTranscripts
boolean
default:false

When true, include each call's transcript text alongside its recording.

Response

Recordings grouped by conversation sequence.

recordings
object[]
required
notFound
string[]

Requested sequence IDs that do not exist or do not belong to your organization. Omitted when every requested ID resolved.