suno_get_task
Check Suno AI music generation task status and retrieve completed audio URLs, song titles, lyrics, and metadata.
Instructions
Query the status and result of a music generation task.
Use this to check if a generation is complete and retrieve the resulting
audio URLs, titles, lyrics, and other metadata.
Use this when:
- You want to check if a generation has completed
- You need to retrieve audio URLs from a previous generation
- You want to get the full details of a generated song
Task states:
- 'pending': Generation is still in progress
- 'complete': Generation finished successfully
- 'failed': Generation failed (check error message)
Returns:
Task status and generated audio information including URLs, title, lyrics, and duration.Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes | The task ID returned from a generation request. This is the 'task_id' field from any suno_generate_*, suno_extend_*, suno_cover_*, or suno_concat_* tool response. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |