GET
/
v2
/
conversations
/
{conversation_id}
curl --request GET \
  --url https://tavusapi.com/v2/conversations/{conversation_id} \
  --header 'x-api-key: <api-key>'
{
  "conversation_id": "c123456",
  "conversation_name": "A Meeting with Hassaan",
  "conversation_url": "https://tavus.daily.co/c123456",
  "callback_url": "https://yourwebsite.com/webhook",
  "status": "active",
  "replica_id": "r79e1c033f",
  "persona_id": "p5317866",
  "created_at": "",
  "updated_at": ""
}

Authorizations

x-api-key
string
header
required

Path Parameters

conversation_id
string
required

Response

200 - application/json
callback_url
string

The url that will receive webhooks with updates of the conversation state.

conversation_id
string

A unique identifier for the conversation.

conversation_name
string

The name of the conversation.

conversation_url
string

A direct link to join the conversation.

created_at
string

The date and time the conversation was created.

persona_id
string

A unique identifier for the persona used to create this conversation

replica_id
string

A unique identifier for the replica used to create this conversation

status
string

The status of the conversation.

updated_at
string

The date and time of when the conversation was last updated.