Task info
GET/api/task/:task_id
This endpoint has been deprecated and may be replaced or removed in future versions of the API.
Please note that this endpoint is deprecated and will be removed in a future release. Due to changes
in the API architecture, it may not work as expected. Instead, use task-specific endpoints, such as
GET /api/technology/gender-identification/{task_id}
.
Request
Responses
- 200
- 400
- 404
- 422
- 429
Task info including its state was returned.
Request payload data was invalid and could not be parsed.
The requested task does not exist.
The provided task_id
may be wrong or the task may have expired already.
Error during validation of request payload data occurred.
Request rate limit exceeded.
The request may be retried after a while. The following response headers may be checked for details: retry-after
, x-ratelimit-limit
, x-ratelimit-remaining
, x-ratelimit-reset
.
Response Headers
Header indicates how long the user agent should wait before making a follow-up request.
Size of the current rate limiting window.
Remaining number of requests in the current rate limiting window.
Time at which the current rate limiting window resets (in UTC epoch).