Skip to main content
GET
Get Document Status

Path Parameters

kb_id
string
required

Knowledge Base ID.

document_id
string
required

Document ID returned when the document was submitted.

Response

Current ingestion state.

document_id
string
required

The document being reported on.

status
enum<string>
required

Current ingestion state. Only 'completed' means the material is searchable.

Available options:
processing,
completed,
failed
message
string | null

Status detail, or the error text when status is 'failed'.