cURL
curl --request GET \ --url https://{appid}.api-{region}.cometchat.io/v3/ai-agents/agent-builder/knowledge-base/text \ --header 'apikey: <api-key>'
{ "data": [ {} ] }
Retrieves all text-based knowledge base entries for the application. Use this endpoint to view and manage text content in the knowledge base.
API Key with fullAccess scope(i.e. Rest API Key from the Dashboard).
Text details retrieved successfully
Was this page helpful?