Get a task by id
tasks_getFetch a single task's status, progress, result, or error using its task ID. Poll after creating a task to retrieve completion details.
Instructions
Fetch one task handle by task_id (status, progress, result, error). Use to poll after tasks_create. Do not use for aggregate counts — that is tasks_stats — or to list many tasks (tasks_list). Read-only and idempotent. Missing ids return task_not_found. Auth: tool policy gate.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes | Task id returned by tasks_create / tasks_list. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||