Get Tune

GET
Get the specific tune.

Path parameters

tune_idstringRequired
The ID of the tune.

Response

This endpoint returns an object.
created_atdatetime
The time this tune task was created.
descriptionstring
The description of the tune.
detailsobject
Tune details.
idstring
The ID of the LoRA tune.
namestring
The name of the tune.
output_lora_idslist of strings
The output LoRA IDs, if the task was successful.
statusenum
Allowed values: pendingrunningsucceededcancelledfailed
The status of the associated task.
status_detailsstring
The details of the status, only used when the associated task failed.
tenant_idstring
The tenant who requested the LoRA tune.
tune_typeenum
Allowed values: lora_tunetext_to_speech_latent_tunetext_to_speech_rvc_tunetext_to_speech_tortoise_tune
The type of this tune.
updated_atdatetime
The time this tune task was updated.
deleted_atdatetimeOptional
The time this tune task was deleted.
resultobjectOptional
Tune result.
succeeded_atdatetimeOptional
The time the tune task succeeded.