Get document indexing status
Documents
Get document indexing status
Returns the indexing status for each (document, extractor node) pair in the project.
Callers poll this endpoint until documents reach active (queryable by AI) or deleted.
States:
| Value | Meaning |
|---|---|
created | Document saved, processing not yet started |
indexing | Processing pipeline running |
ready_to_publish | Pipeline done, waiting for publish |
active | Published to search backends — queryable by AI |
failed | Document could not be parsed; will not be retried automatically |
pending_delete | Delete requested, blocking new pipeline steps |
deleting | Warehouse rows being cleared |
deleted | Fully removed from warehouse and search indexes |
GET
Get document indexing status
Authorizations
Use Authorization: Bearer
Path Parameters
UUID of the project
Query Parameters
Comma-separated list of document UUIDs to filter the response. When omitted, returns statuses for all documents in the project.
Response
Indexing statuses for the requested documents