get_task_result
Check the status of a queued operation using its task ID and fetch the result when ready, with elapsed time and expected duration.
Instructions
Poll for the result of a background task.
When a tool returns {"queued": true, "task_id": "..."} it means
the operation was submitted for background processing. Call this
tool with the task_id to check whether it has completed.
PDF conversion tasks typically take 1-5 minutes. Keep polling —
the response includes elapsed_seconds and a hint with
expected duration while the task is in progress.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes | The task ID returned by a queued operation. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |