Knowledge Base
List Knowledge Bases
List knowledge bases in your workspace.
GET
List Knowledge Bases
Read only
Return all knowledge bases that belong to the authenticated workspace. Use this to populate a picker in your own UI, or to find the
v1 only. Knowledge bases are available on the
/v1 API. There is no legacy unversioned equivalent.id of a knowledge base before attaching it to an agent.
When to use this
- Pickers: list the knowledge bases an operator can attach to an agent.
- ID lookup: find the
kb_ID by name before passing it inknowledge_base_idson Create Agent or Update Agent. - Housekeeping: audit which knowledge bases exist before creating a new one, since names must be unique within a workspace.
items array and a meta object with totalItems, itemsPerPage, totalPages, and currentPage. The endpoint accepts page, limit, sortBy, and sortOrder; see Pagination for iteration examples.Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Example:
1
Example:
20
Example:
"id"
Available options:
ASC, DESC List Knowledge Bases