Search chats
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
Structured filter expression. See Query syntax for expression functions. Filterable fields: id, createdAt, updatedAt, handleId, contactId, status, isUnread, unreadCount, assignedUserId, assignedTeamId, latestMessage, channelId, latestMessageTimestamp, contactFirstName, contactLastName, contactIsSubscribed, contactLabels, contactPhoneNumber, contactEmail, handleValue, isSensitive. Filter custom contact attributes with getBy('attributes', 'name', 'your_attribute_name') or getBy('attributes', 'id', 'attribute-id').
Sort expression. See Sort By syntax for expression functions. Sortable fields: id, createdAt, updatedAt, handleId, contactId, status, isUnread, unreadCount, assignedUserId, assignedTeamId, latestMessage, channelId, latestMessageTimestamp, contactFirstName, contactLastName, contactIsSubscribed, contactLabels, contactPhoneNumber, contactEmail, handleValue, isSensitive. Sort custom contact attributes with getBy('attributes', 'name', 'your_attribute_name') or getBy('attributes', 'id', 'attribute-id').
Page through results. Defaults to page 0 and limit 10 when omitted. See Pagination.