Get Knowledge Base Usage
Retrieve usage information for a knowledge base, including which call flows are using it.
GET
Headers
x-api-keystringrequiredAPI key used for authenticating requests to the API.
x-workspace-idstringrequiredWorkspace identifier for the API.
Path Parameters
idstringrequiredThe unique identifier of the knowledge base.
Response Fields
pathwaysarrayArray of call flows that are using this knowledge base.
_idstringUnique identifier of the call flow.
namestringName of the call flow.
{
"pathways": [
{
"_id": "665a1b2c3d4e5f6a7b8c9d0e",
"name": "Customer Support Flow"
},
{
"_id": "665a1b2c3d4e5f6a7b8c9d0f",
"name": "Sales Inquiry Flow"
}
]
}