webextrator_get_tasks_batch
Retrieve results of multiple previously created extraction or rendering tasks in a single batch request. Supports pagination for large task lists.
Instructions
Retrieve the results of multiple previously created extract or render tasks.
Use this when:
- You submitted multiple async requests and want to check their results together
- You want to paginate through a list of tasks
Returns:
JSON response containing the list of task statuses and result data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ids | No | List of task UUIDs to retrieve in batch. | |
| limit | No | Pagination limit for batch retrieval, 1-100. Default is 50. | |
| offset | No | Pagination offset for batch retrieval. Default is 0. | |
| trace_ids | No | List of trace UUIDs to retrieve in batch. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |