GET
/
api
/
v1
/
accounts
/
{account_id}
/
conversations
/
meta
curl --request GET \
  --url https://app.chatwoot.com/api/v1/accounts/{account_id}/conversations/meta
{
  "meta": {
    "mine_count": 123,
    "unassigned_count": 123,
    "assigned_count": 123,
    "all_count": 123
  }
}

Path Parameters

account_id
integer
required

The numeric ID of the account

Query Parameters

status
enum<string>
default:open

Filter by conversation status.

Available options:
all,
open,
resolved,
pending,
snoozed
q
string

Filters conversations with messages containing the search term

inbox_id
integer
team_id
integer
labels
string[]

Response

200
application/json
Success

The response is of type object.