Get an Agent Group
To get the details of a particular agent group with the givenIId and agentGroupId.
| Method | GET |
|---|---|
| Endpoint | https://{{host}}/agentassist/api/v1/public/{{streamId}}/agent-groups/{{agentGroupId}} |
| 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 | The application ID. | string, required |
| id | The Agent Group id. | string, required |