v10

latestOpenAPI 3.0.0raw.githubusercontent.com2026-07-0582185581.9 KB
Knowledge Base

Reindex single record

Trigger reindexing for a specific record.

Overview:

Reprocesses the record's content to update search indexes and AI embeddings. Useful after content changes or to fix indexing failures.

Depth parameter:

Controls processing depth for complex documents (-1 for full depth, 0100 for limited).

Status filters:

Optional statusFilters array limits reindex to records in matching indexing states (e.g. FAILED, AUTO_INDEX_OFF).

post/knowledgeBase/reindex/record/{recordId}

Path parameters

recordIdstring required

Request body

depthinteger

Child traversal depth (0 = record only; higher values include descendants; 100 is used by clients for folder-like reindex).

forceboolean

Force reindex even when the connector considers the record unchanged.

statusFiltersIndexingStatusFilter[]

When set, only records whose indexing status matches one of these values are reindexed (applies to the record and its descendants per depth).

Response

Reindexing triggered successfully

successtrue required
messagestring required
recordIdstring nullable
recordNamestring nullable
connectorstring nullable
eventPublishedboolean required
userRolestring nullable
depthinteger required