Skip to main content
GET
Returns a time-limited signed URL for the conversation’s call recording.

Authentication

X-API-Key
string
required
Project API key for this organization and project. Format: bot_live_…

Path parameters

organization_id
string
required
Organization ID. Must match the API key.
project_id
string
required
Project ID. Must match the API key.
conversation_id
string
required
Conversation ID.

Response

recording_url
string
required
Signed HTTPS URL for the recording media.
expires_in
integer
required
URL lifetime in seconds.
message
string
Confirmation message.

Errors

401
Unauthorized
Missing, invalid, or revoked API key.
403
Forbidden
API key is not authorized for this organization or project.
404
Not Found
Recording not available or not found.