Types
IndexedDocumentStatusType
The ingestion status of an indexed document, used to filter documents in the indexedDocuments query.
enum
IndexedDocumentStatusTypeValues
INDEXED
The document has been indexed and is ready for AI.
PENDING
The document is queued for indexing.
FAILED
The document failed to index.

