GET
/
v2
/
replicas
/
{replica_id}
curl --request GET \
  --url https://tavusapi.com/v2/replicas/{replica_id} \
  --header 'x-api-key: <api-key>'
{
  "replica_id": "r783537ef5",
  "replica_name": "My Replica",
  "thumbnail_video_url": "<string>",
  "training_progress": "100/100",
  "status": "completed",
  "created_at": "2024-01-24T07:14:03.327Z",
  "updated_at": "2024-01-24T07:14:03.327Z",
  "error_message": "<string>",
  "replica_type": "user'"
}

Authorizations

x-api-key
string
header
required

Path Parameters

replica_id
string
required

A unique identifier for the replica.

Query Parameters

verbose
boolean

If set to true, the response will include additional replica data such as replica_type.

Response

200 - application/json

The response is of type object.