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

account_id
integer
required

The numeric ID of the account

Query Parameters

type
enum<string>
required

Type of report

Available options:
agent
user_id
string

The numeric ID of the user

Response

200
application/json
Success

Array of agent based conversation metrics