Task info
GET/api/task/:task_id
deprecated
This endpoint has been deprecated and may be replaced or removed in future versions of the API.
Deprecated feature
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
- 405
Task info including task ID and 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.
Invalid HTTP method.