status that reflects where the document is in its lifecycle. The status starts at CREATED when you start an ingestion and ends at PROCESSED when the pipeline finishes. Cancellation and retries move it through a few intermediate states along the way.
Poll the get ingestion endpoint and read status to track progress.
State diagram
States
Transitions
Each arrow in the diagram is an allowed transition. Any status change that is not in the diagram is rejected, so an ingestion can only move between valid states.- A
cancelrequest on a running ingestion moves it throughCANCELLINGtoCANCELLED. - A
retryfromFAILED,PROCESSED, orCANCELLEDmoves the ingestion throughRETRYINGback intoPROCESSING.