Get Task Status
Retrieve the status of a given task.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
task_id |
int
|
The ID of the task. |
required |
Returns:
Name | Type | Description |
---|---|---|
dict |
Dict[str, Any]
|
JSON response containing current status, progress details, etc. |
Sample usage:
Response (JSON):