Skip to main content
GET
Get Config

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

db_id
string | null

Database ID to use

knowledge_id
string | null

Knowledge base ID to use

Response

Knowledge configuration retrieved successfully

readers
Readers · object | null

Available content readers

readersForType
Readersfortype · object | null

Mapping of content types to reader IDs

chunkers
Chunkers · object | null

Available chunking strategies

filters
string[] | null

Available filter tags

vector_dbs
VectorDbSchema · object[] | null

Configured vector databases

remote_content_sources
RemoteContentSourceSchema · object[] | null

Configured remote content sources (S3, GCS, SharePoint, GitHub)