job_status
Check progress of background ingestion jobs. Poll to verify processed and failed file counts reconcile, confirming the bulk ingest is complete.
Instructions
Checks the progress of a background ingestion job started by ingest_directory. Use this to poll a long-running bulk ingest rather than assuming it finished — a job is only 'completed' once its processed/failed counters reconcile with what was expected.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| job_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| failed | Yes | ||
| job_id | Yes | ||
| status | Yes | ||
| skipped | Yes | ||
| expected | Yes | ||
| processed | Yes |