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
This endpoint is deprecated and will be removed in version 2027.1.0. Instead, use
task-specific endpoints, such as GET /api/technology/gender-identification/{task_id}.
Request
Responses
- 200
- 400
- 404
- 405
- 500
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.
Unhandled application error occurred.