webextrator_get_task
Retrieve the result of an asynchronous extract or render task by providing its task ID or trace ID.
Instructions
Retrieve the result of a single previously created extract or render task.
Use this when:
- You submitted an async extract or render request with a callback_url
- You want to poll for the result of a specific task by its ID
Returns:
JSON response containing the task status and result data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | No | Task UUID to retrieve. Use this to get the result of a single extract or render task. | |
| trace_id | No | Trace UUID as an alternative lookup for a single task. Use either task_id or trace_id. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |