get_task_result
Retrieve the status and result of a background task using its task ID. Completed results are available until TTL cleanup.
Instructions
Check the status and result of a background task started with delegate_task, delegate_task_readonly, or consult_peer. Completed results remain available until TTL cleanup, so multiple callers can retrieve the full report.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes | Task ID returned by delegate_task, delegate_task_readonly, or consult_peer. |