cURL
curl --request GET \ --url https://api.callmetrix.ai/api/v1/knowledgeBase/list \ --header 'x-api-key: <api-key>'
[ { "title": "<string>", "language": "en", "data": [ { "question": "<string>", "answer": "<string>" } ] } ]
Returns all knowladge base from the system that the user has access to
Knowladge base response
Knowledge base title.
Knowledge base language.
en
Question answer array
Show child attributes