Get knowledge base data sources

Returns the data sources associated with the knowledge base ID you specify.

Path parameters

idstringRequired
The ID of the knowledge base for which you plan to retrieve data sources.

Headers

AuthorizationstringRequired

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

Response

Knowledge base data sources retrieved successfully
knowledge_base_idstring or null
The unique identifier of the knowledge base.
data_sourcesmap from strings to booleans or null

The configured data sources for the knowledge base with their enabled/disabled status.

Errors