webextrator_get_tasks_batch
Retrieve results of multiple extract or render tasks in a single batch. Use to paginate through task lists or check asynchronous outcomes together.
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. Default is 12. | |
| 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 |