List conversations for a specific contact with pagination and filtering options. Mirrors the response shape of GET /api/v2/conversations, scoped to a single contact.
Documentation Index
Fetch the complete documentation index at: https://api.livechatai.com/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Unique identifier of the contact
"contact_1234567890"
Page number for pagination
x >= 11
Number of records per page (max 100)
1 <= x <= 10020
Sort order for lastMessageDate
asc, desc "desc"
Filter by conversation status
open, close "open"
Filter by start date. Supports Unix timestamp in seconds (e.g., 1747196400) or ISO 8601 format (e.g., 2024-01-01)
"2024-01-01"
Filter by end date. Supports Unix timestamp in seconds (e.g., 1747200000) or ISO 8601 format (e.g., 2024-01-31)
"2024-01-31"
Filter by assigned agent ID. Use 'ai' for AI-handled conversations (no human agent assigned)
"user_1234567890"
Filter by conversation sentiment
POSITIVE, NEGATIVE, NEUTRAL, UNSPECIFIED "POSITIVE"
Filter by conversation topic name
"billing"
Filter by conversation channel (integration type or chat type)
WHATSAPP, SLACK, MESSENGER, FULLPAGE, INLINECHAT, PREVIEW, ONBOARDING "WHATSAPP"
Filter by resolution status
AIHelped, AIDidNotHelp, TalkToAgent "AIHelped"
Filter using a saved inbox view ID. When provided, applies all filters configured in the inbox view. Other filters can be combined with viewId
"view_1234567890"