Knowledge Bases V2
Retry Document Processing
Retry processing for a failed document.
This endpoint:
- Validates the document exists and is in a failed state
- Resets the document status to pending_ingestion
- Queues a new Celery task for processing
Only documents with status: ingestion_failed, celery_failed, or airflow_failed can be retried.
post/knowledge_bases/v2/{kb_id}/documents/{doc_id}/retry
Path parameters
kb_idinteger required
doc_idinteger required
Response
Successful Response
Changes
No recorded changes to this endpoint across all 29 revisions of this API.