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/{topicId} \ --header 'X-API-KEY: <api-key>'
{ "id": "<string>", "name": "<string>", "content": "<string>", "actions": "<string>", "exampleQueries": { "queries": [ "<string>" ] }, "isActive": true }
Knowledge base topic
Show child attributes
Was this page helpful?