get_async_task
Check the status of a background task and retrieve its result. Use this to monitor long-running operations and fetch their output once complete.
Instructions
Poll a background task's status and result
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |