List knowledge base sources

View as Markdown
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
Whether the request was successful.
responseobject

Errors

400
Bad Request Error