Check the progress of an async ingestion job by job_id. Works for both ZIP and S3 folder ingestion.
Documentation Index
Fetch the complete documentation index at: https://docs.voltai.ai/llms.txt
Use this file to discover all available pages before exploring further.
The job ID returned by the bulk-ingest-zip or bulk-ingest-s3-folder endpoint
Organization name (required for multi-tenant API keys)
Current progress of the ingestion job.
Progress of an async ingestion job (ZIP or S3 folder).
Current job status: discovering, ingesting, completed, completed_with_errors, or failed.
Human-readable label describing the ingestion origin (e.g. an S3 folder URL or a ZIP filename).
Total number of source items discovered. Null while status is "discovering".
Number of successfully ingested items.
Number of items that failed ingestion.
Number of items still pending ingestion. Null while status is "discovering".
List of error messages (capped at 50).