Get song generation status
get_song_generation_statusPoll a SoundBreak song generation until complete. Call after create_song_generation with generation_id and the same end_user_id. Keep calling while poll_again is true. Share listen_url only when generation_status is complete and ready_to_share is true. There is no in-chat widget.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end_user_id | No | Stable per-person id for this caller. Required for complimentary gens and account linking. Dify: set Fixed from sys.user_id (string or number is fine). Pass the same value on every generate/status/library call. Do not invent a new id each turn. | |
| generation_id | No | 32-char hex generation_id from create_song_generation. Optional — omit to check the latest generation for this user. |