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

account_id
integer
required

The numeric ID of the account

Query Parameters

type
enum<string>
required

Type of report

Available options:
account

Response

200
application/json
Success

Object of account conversation metrics