Skip to content

Reconcile knowledge base

POST
/knowledge-bases/{knowledgeBaseId}/reconcile

Triggers a background job to detect and sync changes in source data. This checks file extractions and dataset table versions for changes, updates affected chunks, and rebuilds the concept graph. Normally runs automatically every 15 minutes, but can be triggered manually.

knowledgeBaseId
required

Unique identifier for the knowledge base to retrieve

string

Unique identifier for the knowledge base to retrieve

Reconciliation job queued

object
jobId
required

ID of the created reconciliation job

string

Bad Request - Validation error or invalid input

object
error
required
string
code
string
details
nullable
retryable
boolean

Unauthorized - Authentication required or invalid token

object
error
required
string
code
string
details
nullable
retryable
boolean

Forbidden - Insufficient permissions

object
error
required
string
code
string
details
nullable
retryable
boolean

Not Found - Resource does not exist

object
error
required
string
code
string
details
nullable
retryable
boolean