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
Account Conversation Metrics
Reports
Account Conversation Metrics
Get conversation metrics for Account
GET
/
api
/
v2
/
accounts
/
{account_id}
/
reports
/
conversations
curl --request GET \
--url https://app.chatwoot.com/api/v2/accounts/{account_id}/reports/conversations
{
"open": 123,
"unattended": 123,
"unassigned": 123
}
Path Parameters
The numeric ID of the account
Query Parameters
Type of report
Available options:
account
Response
200
application/json
Success
Object of account conversation metrics
curl --request GET \
--url https://app.chatwoot.com/api/v2/accounts/{account_id}/reports/conversations
{
"open": 123,
"unattended": 123,
"unassigned": 123
}