Get Analysis Task Result
GET/v1/analysis/:job_id/:task_id
Get analysis task status, result from a given analysis task id.
Path params:
task_id (str): Unique identifier for the audio analysis task submitted within a analysis job.
Usage:
curl GET http://$API_DNS/v1/analysis/<job_id>/<task_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