Get conversation count for the applied filters

Returns the total number of conversations matching your filter criteria. This is useful for:

  • Displaying badge counts in your UI
  • Building dashboards with conversation metrics
  • Checking filter results before fetching the full list

Accepts the same filter parameters as the list endpoint (excluding pagination).

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
integer

The account id

string
enum

The AI status of a conversation:
ai_involved: AI has participated in the conversation
ai_not_involved: AI has not participated
confirmed_resolved: Contact confirmed the AI resolved their issue
assumed_resolved: AI assumed the issue was resolved (no contact feedback)
escalated: Conversation was escalated to a human agent

Allowed:
integer

The chatflow id

integer

The end time for searching when conversation was created (Unix timestamp in the timezone specified by timezone). Filter has hour-level granularity: the timestamp is floored to the start of its hour.

integer

The start time for searching when conversation was created (Unix timestamp in the timezone specified by timezone). Filter has hour-level granularity: the timestamp is floored to the start of its hour.

integer

The end time for searching when conversation was escalated (Unix timestamp in the timezone specified by timezone). Filter has hour-level granularity: the timestamp is ceiled to the end of its hour. Requires escalation_type.

integer

The start time for searching when conversation was escalated (Unix timestamp in the timezone specified by timezone). Filter has hour-level granularity: the timestamp is floored to the start of its hour. Requires escalation_type.

string
enum

The AI escalation type:
low_confidence: AI had low confidence in its answer
missing_information: AI lacked required information
human_requested: Contact explicitly requested a human
outside_mission: Request was outside AI scope
exception: An error occurred during AI processing

boolean

If the current account is mentioned in the conversation

boolean

If the conversation has a scheduled message by current account

string

Search keyword

string
enum

Search keyword in:
contacts: Search in contacts' name/email
messages: Search in conversations' messages

Allowed:
string
enum

The status of a conversation:
opened: Active conversations requiring attention
snoozed: Temporarily paused conversations
closed: Resolved/archived conversations

Allowed:
string
enum

The tag attributed to a conversation:
none: No tag
in_progress: In Progress
waiting: Waiting
priority: Priority

Allowed:
integer

The team id

string

The contact browser timezone

integer

The topic id

integer

The conversation segment id

string

Contact identifier. Can be: numeric ID (e.g., '12345'), custom user ID with 'cuid:' prefix (e.g., 'cuid:user_123'), custom lead ID with 'clid:' prefix (e.g., 'clid:lead_456'), WhatsApp with 'wa:' prefix (e.g., 'wa:+1234567890'), or email with 'uem:' or 'lem:' prefix (e.g., 'uem:[email protected]' for users or 'lem:[email protected]' for leads)

Responses

401

Authentication required

403

Permission denied

404

Segment not found

422

The request is not valid

Language
Credentials
Bearer
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json