get_async_task
Retrieve the status and result of a background task by providing its unique task ID.
Instructions
Poll a background task's status and result
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| note | No | ||
| tool | No | Reporting tool name. | |
| error | No | Sanitized error message when success is false. | |
| result | No | ||
| status | No | ||
| success | Yes | False when the call failed; see error. | |
| task_id | No | ||
| created_at | No | ||
| started_at | No | ||
| finished_at | No |