Re-ingest a document
POST/v1/projects/:project_id/knowledge/collections/:collection_id/documents/:document_id:reingest
Re-run ingestion for a document against its stored source, resetting it to pending before re-processing — the recovery path for a failed ingest (API.md §4, K1). This is the …:reingest action; the path segment is {document_id}:reingest.
Request
Responses
- 202
- 401
- 404
- 502
Re-ingestion accepted; poll the document for status.
Missing or invalid credentials.
The resource does not exist (existence is not leaked).
The upstream runtime could not complete the operation.