List knowledge base sources

Returns a paginated list of sources for the specified knowledge base.

Authentication

AuthorizationBearer

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

Path parameters

knowledge_base_idstringRequired
Knowledge base ID.

Query parameters

limitintegerOptionalDefaults to 20
Maximum number of sources to return per page.
offsetintegerOptionalDefaults to 0
Number of sources to skip before starting to return results.

Response

200
statusstring or null
Whether the request was successful.
responseobject or null

Errors