Reconcile knowledge base
POST /knowledge-bases/{knowledgeBaseId}/reconcile
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.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” knowledgeBaseId
required
Unique identifier for the knowledge base to retrieve
string
Unique identifier for the knowledge base to retrieve
Responses
Section titled “ Responses ”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
retryable
boolean
Unauthorized - Authentication required or invalid token
object
error
required
string
code
string
details
retryable
boolean
Forbidden - Insufficient permissions
object
error
required
string
code
string
details
retryable
boolean
Not Found - Resource does not exist
object
error
required
string
code
string
details
retryable
boolean