Get Conversation
This endpoint returns a single conversation by its unique identifier.
https://docs.tavus.io/openapi.yaml for the full HTTP API contract.Authorizations
Path Parameters
The unique identifier of the conversation.
"c123456"
Query Parameters
Append verbose=true to the URL to receive additional event data in the response, including:
shutdown_reason: The reason why the conversation ended (e.g., "participant_left_timeout")system.pal_joined: When the PAL joined the conversation (preferred for new integrations)system.replica_joined: Legacy duplicate ofsystem.pal_joinedwith an identical payload; still sent for backward compatibilitysystem.shutdown: When and why the conversation endedapplication.transcription_ready: The end-of-call transcript. Each entry inproperties.transcripthasrole(user/assistant/system/tool),content,timestamp(Unix epoch float, seconds),seconds_from_start,duration(seconds, float) andinference_idwhere available.application.perception_analysis: The final visual analysis of the user that includes their appearance, behavior, emotional states, and screen activitiesapplication.perception_unavailable: Emitted when perception is enabled but no visual analysis could be produced.properties.reasonis one ofno_vision_history,empty_summary, orsummary_error(for example, the participant's camera was off, no frames were received, or the summary came back empty).application.post_call_action_executed: The outcome of each post-call action Tavus ran after the call, withtool_name,status, and the action'srequest/response.
This is particularly useful as an alternative to using the callback_url parameter on the create conversation endpoint for retrieving detailed conversation data.
Response
A unique identifier for the conversation.
"c123456"
The name of the conversation.
"A Meeting with Hassaan"
A direct link to join the conversation.
"https://tavus.daily.co/c123456"
The url that will receive webhooks with updates of the conversation state.
"https://yourwebsite.com/webhook"
The status of the conversation.
"active"
A unique identifier for the face used to create this conversation
"r90bbd427f71"
A unique identifier for the PAL used to create this conversation
"pcb7a34da5fe"
The date and time the conversation was created.
""
The date and time of when the conversation was last updated.
""
When verbose=true, additional conversation events (e.g. shutdown, perception analysis payloads, end-of-call transcript).

