Get All Skills from a Skill Group¶
To retrieve the list of skills with the given streamId
and SkillGroupId
.
Method | GET |
---|---|
Endpoint | https://{{host}}/agentassist/api/v1/public/{{streamId}}/skill-groups/{{skillGroupId}}/skills |
Content Type | application/json |
Authorization | auth: {{JWT}} See How to generate the JWT Token |
API Scope | SmartAssist Analytics |
Path Parameters¶
PARAMETER | DESCRIPTION | TYPE |
---|---|---|
host | Environment URL, for example, https://platform.kore.ai |
string, required |
streamId | botId or streamId. You can get it from the general settings page. | string, required |
skillGroupId | Id of the Skill Group. | string, required |
Sample Request¶
curl --location --request GET 'https://{{host}}/agentassist/api/v1/public/{{streamId}}/skill-groups/{{skillGroupId}}/skills' \
--header 'auth: {jwt-code}' \
--header 'Content-Type: application/json' \