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

Authentication

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

Path parameters

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

Response

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

Errors

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