AgentBots
Inbox API
Conversations API
Contact Labels
CSAT Survey Page
Account AgentBots
Agents
Canned Responses
Canned Response
Custom Attributes
Contacts
Automation Rule
Help Center
Conversations
Conversation Assignment
Conversation Labels
Inboxes
Integrations
Profile
Teams
Custom Filters
Reports
Agent Conversation Metrics
Reports
Agent Conversation Metrics
Get conversation metrics for Agent
GET
/
api
/
v2
/
accounts
/
{account_id}
/
reports
/
conversations
curl --request GET \
--url https://app.chatwoot.com/api/v2/accounts/{account_id}/reports/conversations/
[
{
"id": 123,
"name": "<string>",
"email": "<string>",
"thumbnail": "<string>",
"availability": "<string>",
"metric": {
"open": 123,
"unattended": 123
}
}
]
Path Parameters
The numeric ID of the account
Query Parameters
Type of report
Available options:
agent
The numeric ID of the user
Response
200
application/json
Success
Array of agent based conversation metrics
curl --request GET \
--url https://app.chatwoot.com/api/v2/accounts/{account_id}/reports/conversations/
[
{
"id": 123,
"name": "<string>",
"email": "<string>",
"thumbnail": "<string>",
"availability": "<string>",
"metric": {
"open": 123,
"unattended": 123
}
}
]