Retrieve a conversation
Return one stored record in data by its identifier. This operation does not accept a date range. Full stored analysis and transcription are returned without an include selector. The record follows the existing Voice Agent webhook: conversation_id, conversation_time, native status, transcript text, inbuilt_analytics, meta_analytics, tool calls and transfer/scheduling results when stored. For larger datasets, use [Create export](/v0/api-reference/exports/create-export) to obtain a CSV download link. Each export supports at most 31 days, 100,000 records and 100 MB; split longer periods into adjacent windows.
Authentication
AuthorizationBearer
Existing private account API key from Developer Hub. Keep it on your backend.
Path parameters
conversation_id
Identifier returned by the corresponding list operation. Nonempty, at most 255 characters; whitespace-only values and control characters are rejected.
Response
Successful response.
data
The existing Voice Agent external webhook projection, reconstructed from persisted fields. Internal processing fields are excluded by the same webhook formatter.
Errors
400
Bad Request Error
401
Unauthorized Error
404
Not Found Error
429
Too Many Requests Error
500
Internal Server Error
503
Service Unavailable Error