/suno/fetch/{task_id} endpoint allows you to retrieve detailed status and results for a specific task. This is the primary endpoint for tracking the progress and obtaining results of asynchronous operations such as music generation, lyrics creation, audio uploads, and concatenation tasks.task_id in the responsetask_id until status becomes "SUCCESS"clip_id from the data fieldclip_id for further operations like continuation, concatenation, or obtaining MP4 videos and timing datatask_id in the responsetask_id until status becomes "SUCCESS"data fieldcurl --location --request GET 'https://api.cometapi.com/suno/fetch/' \
--header 'Authorization: Bearer '{
"code": "success",
"message": "",
"data": {
"task_id": "dcb812bd-40c5-4907-836e-3a7aa9a2e546",
"action": "MUSIC",
"status": "NOT_START",
"fail_reason": "",
"submit_time": 1747203819,
"start_time": 1747203819,
"finish_time": 0,
"progress": "0%",
"data": null
}
}