Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.us.poly.ai/v1/agents/{agentId}/branches/{branchId}/knowledge-base/topics \ --header 'X-API-KEY: <api-key>'
[ { "id": "<string>", "name": "<string>", "content": "<string>", "actions": "<string>", "exampleQueries": { "queries": [ "<string>" ] }, "isActive": true } ]
List of knowledge base topics
Show child attributes
Was this page helpful?