Agent Conversation Metrics
GET
/api/v2/accounts/{account_id}/reports/conversations/
Reports
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/api/v2/accounts//reports/conversations/'
Response Response Example
200 - Example 1
[
{
"id": 0,
"name": "string",
"email": "string",
"thumbnail": "string",
"availability": "string",
"metric": {
"open": 0,
"unattended": 0
}
}
]
Request
Path Params
account_id
stringÂ
required