get_receipt_job
Check the status of an asynchronous receipt extraction job. Provide the job ID to get the current status: pending, processing, completed, or failed.
Instructions
Check the status of an async receipt extraction job.
Args: job_id: The job ID returned by extract_receipt_async.
Returns: JSON with job status (PENDING, PROCESSING, COMPLETED, FAILED).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| job_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |