Get Conversation
This endpoint returns a single conversation by its unique identifier.
Documentation Index
Fetch the complete documentation index at: https://docs.tavus.io/llms.txt
Use this file to discover all available pages before exploring further.
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.replica_joined: When the replica joined the conversationsystem.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 activities
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 replica used to create this conversation
"r90bbd427f71"
A unique identifier for the persona 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).

