Skip to main content
GET
/
conversations
/
{conversation_session_id}
/
recording
Get conversation recording
curl --request GET \
  --url https://akapulu.com/api/conversations/{conversation_session_id}/recording \
  --header 'Authorization: Bearer <token>'
Use this endpoint to access a conversation recording for a specific session. When the recording is ready, this endpoint responds with an HTTP redirect to a signed recording download URL. If you are calling it programmatically, make sure your client follows redirects. If the recording was not started, is unavailable, or is still processing, the endpoint returns an error response instead.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

conversation_session_id
string<uuid>
required

Conversation session ID.

Response

Redirect to the recording download URL