Overview

This method is used to fetch agent operational metrics of the last 24 hrs.

Request

This section describes the information that is available in the request.

Method URL End Point
GET
/public/{streamId}/analytics/agents/me/ops-summary

Request Parameters

No Request parameters.

Sample Request

TBD

Response

The following table describes the information that is available in the response.

Response Fields

Parameter Required/Optional Description

Authorization

Invoke the API with JWT in the header with the following syntax:

auth: {{JWT}}

Response Content Type

application/json

Sample Response

{
  "avgCSAT": 3.1,
  "totalCalls": 10,
  "resolved": 5,
  "avgHandleTime": 4.32
}

Leave a Reply

Your email address will not be published. Required fields are marked *

Fill out this field
Fill out this field
Please enter a valid email address.
You need to agree with the terms to proceed