GET
/
v2
/
replicas
/
{replica_id}

Authorizations

x-api-key
string
headerrequired

Path Parameters

replica_id
string
required

A unique identifier for the replica.

Query Parameters

hard
boolean

If set to true, the replica and associated assets (such as training footage) will be hard deleted. CAUTION: This action is irrevocable. Note that a hard delete of a replica does not delete the videos created using said replica. See Delete Video for more info.

verbose
boolean

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

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. Possible values: started, completed, error.

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.

replica_type
string

If verbose query paramter is set to true. The type of replica. Possible values: user, system. User replicas are replicas that have been created by users. System replicas are stock Tavus replicas that anyone may use