Get the status/result of an AI compose job
GET/v1/compose/:jobId/status
Poll this endpoint after POST /v1/compose until status is COMPLETED or FAILED.
Request
Responses
- 200
- 401
- 404
- 500
Job status
Unauthorized - Invalid or missing API key
Job not found (wrong jobId, or it belongs to a different user)
Internal server error