Queue Size
To get the queueDetails by giving queueId and filters with the givenstreamId.
| Method | POST |
|---|---|
| Endpoint | https://{host}/agentassist/api/v1/public/{{streamId}}/monitor/queueStatsById/{{queueId}} |
| Content Type | application/json |
| Authorization | auth: {{JWT}} See How to generate the JWT Token |
| API Scope | SmartAssist Analytics |
Query Parameters
| Parameter | Description | Type |
|---|---|---|
host | The Environment URL. For example, https://platform.kore.ai | string, required |
queueId | You can get the queueId in the /queues GET API. | string, required |
streamId | botId or streamId. You can get it from the App Settings page. | string, required |
Sample Request
Header Parameters
| Header | Description | Optional/Required |
|---|---|---|
accountid | Unique account identifier. | Required |
auth | JWT authentication token. | Required |
content-type | Request body format (application/json;charset=UTF-8) | Required |
Request Parameters
| Parameter | Description | Required/Optional | Type |
|---|---|---|---|
Channels | To filter the results based on the channel. Select from the following: rtm, ivr, sms, slack, facebook, kore, spark, msteams, twitter, telegram, wfacebook, ringcentral, jabber, yammer, whatsapp, line, liveperson, mattermost, wechat, web-sdk, rcs, unblu, audiocodes, alexa, twiliovoice, ivrVoice, korevg, email, emailConnect, rtm : Web/Mobile Client channel, ivr : agent ai channel | optional | array of strings |
Languages | To filter the results based on the bot language, that’s, interaction language with the bot. Only Contact Center AI supported languages can be selected and should be selected from the following: en, de, es, fr, pt, it, zh_cn, zh_tw, id, ko, nl, ja, ar, fi, ru, pl, uk, sv, kk[ nb : Norwegian, hi : Hindi, te : Telugu, ta : Tamil, mr : Marathi, ca : Catalan, sl : Slovenian, ge : Georgia] | optional | array of strings |