Response
The following table describes the information that is available in the response.
Response Fields
| Parameter | Required/Optional | Description | 
|---|---|---|
This method is used to fetch agent operational metrics of the current day.
This section describes the information that is available in the request.
| Method | URL | End Point | 
|---|---|---|
GET  | 
/public/{streamId}/analytics/agents/me/today/ops-summary
 | 
No Request parameters.
TBD
The following table describes the information that is available in the response.
| Parameter | Required/Optional | Description | 
|---|---|---|
Invoke the API with JWT in the header with the following syntax:
auth: {{JWT}}
application/json
{
  "avgCSATPercentage": 31,
  "stats": {
    "completed": 10,
    "transferred": 2,
    "dropOff": 0
  },
  "time": {
    "responseTime": 10,
    "firstResponseTime": 2
  }
}