Returns a paginated list of chats with optional filters. Org-level API keys return all chats; user-level keys return only chats accessible to the user.
Filter by external ID (exact match)
Filter by chat type (chat or email)
chat, email Filter by title (case-insensitive partial match)
Filter by participant name (case-insensitive partial match)
Filter by scorecard UUID(s) — returns chats evaluated with any of the given scorecards
Filter by user UUID(s)
Filter by team UUID(s)
Start of date range filter (ISO 8601 format)
End of date range filter (ISO 8601 format)
If true, omit transcript data from response to reduce payload size
Page number for pagination (starts from 1)
x >= 1Number of items per page (min 1, max 50)
1 <= x <= 50