suno_list_personas
Retrieve all saved artist personas for a user to view available voice styles and obtain persona IDs for music generation. Manage your vocal style collection efficiently.
Instructions
List all saved artist personas for a user.
Returns all personas previously created with suno_create_persona or
suno_create_voice for the given user.
Use this when:
- You want to see all available voice personas
- You need to find a persona ID to use in music generation
- You want to manage your saved vocal styles
Returns:
List of personas with their IDs, names, and descriptions.Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_id | Yes | The user ID to list personas for. | |
| limit | No | Maximum number of personas to return. Default is 50. | |
| offset | No | Number of personas to skip for pagination. Default is 0. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |