Verbose Response Data
Verbose Response Data
You can 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”)transcript
: A complete transcript of the conversation with role-based messages (viaapplication.transcription_ready
)system.replica_joined
: When the replica joined the conversationsystem.shutdown
: When and why the conversation endedapplication.perception_analysis
: The final visual analysis of the user that includes their appearance, behavior, emotional states, and screen activities
callback_url
parameter on the create conversation endpoint for retrieving detailed conversation data.Authorizations
Path Parameters
The unique identifier of the conversation.
Example:
"c123456"
Response
A unique identifier for the conversation.
Example:
"c123456"
The name of the conversation.
Example:
"A Meeting with Hassaan"
A direct link to join the conversation.
Example:
"https://tavus.daily.co/c123456"
The url that will receive webhooks with updates of the conversation state.
Example:
"https://yourwebsite.com/webhook"
The status of the conversation.
Example:
"active"
A unique identifier for the replica used to create this conversation
Example:
"r79e1c033f"
A unique identifier for the persona used to create this conversation
Example:
"p5317866"
The date and time the conversation was created.
Example:
""
The date and time of when the conversation was last updated.
Example:
""