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

The response is of type object.