List Tunes

GET
/v1/tunes

List all tunes owned by the current user.

Query parameters

offsetintegerOptional

Offset into the results.

limitintegerOptional

The max number of results to be shown (limit 100).

namestringOptional

The name of the tune to filter on.

tune_typeenumOptional

The type of the tune to filter on.

Allowed values: lora_tunetext_to_speech_latent_tunetext_to_speech_rvc_tunetext_to_speech_tortoise_tune
base_checkpoint_idstringOptional

The base checkpoint ID for the LoRA tune.

trigger_wordsstringOptional

The trigger words to filter on.

enginestringOptional

The engine type.

Response

This endpoint returns an object.
datalist of objects

List of tunes.

has_moreboolean

True if it has more items than the returned list.

totalinteger

Total number of tunes.