Skip to main content
POST
Bulk reindex DISPATCHER - queue re-processing of every document

Authorizations

Authorization
string
header
required

User session JWT or instance API key (iak_*). Send as Authorization: Bearer <token>.

Path Parameters

knowledgeBaseId
string
required

Knowledge base id. Legacy physical prefix vs_ (the kb_ rename is deferred).

Maximum string length: 128
Pattern: ^vs_[A-Za-z0-9-]+$

Response

Reindex dispatched (or a no-op for an empty KB). status is dispatching when documents were queued, complete when the KB has no documents (no lease is taken).

object
enum<string>
Available options:
knowledge_base.reindex
knowledge_base_id
string
status
enum<string>
Available options:
dispatching,
complete
documents_queued
integer

Documents queued for re-processing (0 for an empty KB).