Skip to main content
GET
Batch-query indexing status of one or more documents

Headers

x-user-id
string
required

Caller's user ID. Temporary header-based identity; will be replaced by JWT auth.

Path Parameters

knowledge_base_id
string
required

The knowledge base id.

Query Parameters

ids
string
required

Comma-separated list of document ids to query. Missing ids are silently omitted from the response.

Response

Successful Response

Response body for batch document-status polling.

items
KnowledgeDocumentView · object[]
required

Subset of the requested documents that still exist. Missing ids are silently omitted — clients may legitimately ask about a document that was deleted between two polls.