Conversational Video Interface
Get Conversation
This endpoint returns a single conversation by its unique identifier.
GET
Authorizations
Path Parameters
Response
200 - application/json
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:
""