Get an extraction job
get_jobRetrieve the status and result of an async extraction job using its job ID. Check if pending, processing, success, or failed, and get the final output when complete.
Instructions
Fetch the current status and (once complete) the result of an async extraction job created with extract_async. Status is one of pending, processing, success, failed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The job id returned by `extract_async`. |