Processing job status
Returns the status of a processing job (ingest, refresh, create). Poll this endpoint after receiving a job_id from /ingest, /refresh, or /new until the status is “completed” or “failed”.
POST
Processing job status
Body
application/json
Job identifier returned by ingest, refresh, or new.
Response
Job status.
Available options:
pending, processing, completed, failed, expired Job context — includes namespace, operation, and optionally source_id.
Result data when status is completed (may be omitted otherwise).
Error message when status is failed (may be omitted otherwise).
