get_task_status
Check the progress of a document parsing task and retrieve the download URL when complete. Polls task status using task ID or batch ID.
Instructions
Check the status of a document parsing task. Purpose: Poll task progress and get download URL when done. Provide task_id (URL) or batch_id (file upload). Returns state and full_zip_url. Side effect: Read-only API call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | No | Task ID returned from create_parse_task (URL-based) | |
| batch_id | No | Batch ID returned from create_parse_task (file upload) |