Get Analysis Job Status
GET/v1/analysis/:job_id
Get analysis job status from a given analysis id.
Path params:
job_id (str): Unique identifier for the audio analysis job.
Usage:
curl GET http://$API_DNS/v1/analysis/<job_id>
Request
Responses
- 200
- 400
- 422
- 429
- 500
Successful Response
Bad Request
Validation Error
Too Many Requests - Rate limit exceeded. Retry after the time specified in the Retry-After header.
Internal Server Error