Skip to main content
GET
Get music generation status
Poll a music job created by POST /music/generate.
The public music routes are currently mounted but temporarily disabled, so this route currently returns 501 not_implemented.

Response Shape

Notes

  • status can be: queued, in_progress, completed, failed.
  • usage is included when generation is complete.
  • Status polling supports provider-specific backends behind one endpoint.

Authorizations

Authorization
string
header
required

Bearer token authentication

Path Parameters

music_id
string
required

The ID of the music generation request.

Response

200 - application/json

Music generation status response

The response is of type object.

Last modified on July 26, 2026