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.
streamId
https://{{host}}/agentassist/api/v1/public/{{streamId}}/skill-groups
application/json
auth: {{JWT}}
host
https://platform.kore.ai
curl --location --request GET 'https://{{host}}/agentassist/api/v1/public/{{streamId}}/skill-groups' \ --header 'auth: {jwt-code}' \ --header 'Content-Type: application/json' \
{ "results": [ { "id": "620b814ca2344f1caa8cxxxx", "name": "Account Management", "description": "Manage Account and its Settings", "color": "#f0f0f0" } ], "page": 1, "limit": 10, "hasMore": true, "totalPages": 1, "totalResults": 1 }
Was this page helpful?