Get Ingestion Job Progress
Check the progress of an async ingestion job by job_id. Works for both ZIP and S3 folder ingestion.
Authorizations
Path Parameters
The job ID returned by the bulk-ingest-zip or bulk-ingest-s3-folder endpoint
Query Parameters
Organization name (required for multi-tenant API keys)
Response
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).