Returns a paginated list of conversations scoped to the user’s organization. Supports filtering by read status, reply status, channel, status, category, and assignee.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Organization to scope the query to. Defaults to the user's default organization.
Filter by read status.
Comma-separated statuses: draft, active, archived, closed.
Filter by channel: email, sms.
Comma-separated category names to filter by.
Filter by assigned agent UID.
Filter by associated party UID.
Full-text search on conversation subject.
Sort field. Prefix with - for descending. Supported: created_on, updated_on, sent_at, subject, status, channel.
Page number.
Items per page (max 100).
x <= 100