job_results
Fetch extracted results from a completed document processing job using a job ID, with optional JSON or CSV format selection.
Instructions
Fetch the extracted results of a completed asynchronous DocuProx processing job. Requires a valid job_id and optionally a format ('json' or 'csv').
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| job_id | Yes | UUID of the job. | |
| result_format | No | Format of the results ('json' or 'csv'). Defaults to 'json'. |