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>"
}

Authorizations

x-api-key
string
headerrequired

Path Parameters

replica_id
string
required

Response

200 - application/json
replica_id
string

A unique identifier for the replica.

replica_name
string

The name of the replica.

thumbnail_video_url
string

A direct link to the video that will be used as the thumbnail for the replica.

training_progress
string

The progress of the replica training.

status
string

The status of the replica.

created_at
string

The date and time the replica was created.

updated_at
string

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

error_message
string | null

If the replica has an error, this will contain the error message.