Poll an analysis job, retrieve its result when ready
GET/api/v1/musiccompanion/analyses/:jobId
Poll an analysis job, retrieve its result when ready
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 429
- 500
The analysis job.
Invalid request.
Missing or invalid bearer token.
The token lacks the required permission.
No job with that id.
Rate limit exceeded. Retry after the period in the Retry-After header.
Unexpected server error.