Search message groupsCopy Pageget {scheme}://{server}/v0/message-groups/searchSearch all message groupsRecent RequestsLog in to see full request historyTimeStatusUser Agent Retrieving recent requests…LoadingLoading…Query Paramsanystring | nullSearches every field (performs a case insensitive, OR search in all fields). Not compatible with other search fields.attachment_md5string | nullSearch for messages containing an attachment MD5 matchattachment_sha1string | nullSearch for messages containing an attachment SHA1 matchattachment_sha256string | nullSearch for messages containing an attachment SHA256 matchcreated_at[gte]date-time | nullInclusive start datetime filter for search, in UTC using the ISO 8601 format (e.g., '2021-03-14T15:09:26Z'). Only message groups with a message processed at or after this time will be returned.created_at[lt]date-time | nullExclusive end datetime filter for search, in UTC using the ISO 8601 format (e.g., '2021-05-04T15:09:26Z'). Only message groups with a message processed before this time will be returned.created_at[lte]date-time | nullDeprecated, use created_at[lt]. Exclusive end datetime filter for search, in UTC using the ISO 8601 format (e.g., '2021-05-04T15:09:26Z'). Only message groups with a message processed before this time will be returned.file_namestring | nullSearch in attachment filenames (case insensitive wildcard match)first_reported_as_phish_at[gte]date-time | nullInclusive start datetime filter for search, in UTC using the ISO 8601 format (e.g., '2021-03-14T15:09:26Z'). Only message groups reported at or after this time will be returned.first_reported_as_phish_at[lt]date-time | nullExclusive end datetime filter for search, in UTC using the ISO 8601 format (e.g., '2021-05-04T15:09:26Z'). Only message groups reported before this time will be returned.fromstring | nullDEPRECATED: Use 'sender' instead. Search in the From field. (case insensitive wildcard match)limitint32 | null≤ 500The maximum number of message groups to return. If the value exceeds the maximum, then the maximum value will be used.mailboxstring | nullSearch for a mailbox by email address (case insensitive, wildcard match)message_idstring | nullSearch in the Message-ID header (case insensitive wildcard match)offsetint32 | nullThe (zero-based) offset of the message groups to returnsenderstring | nullSearch in the From field (case insensitive wildcard match)statesarray of stringsSearch for messages in any of the given statesstatesADD stringsubjectstring | nullSearch in the message subject (case insensitive wildcard match)tostring | nullSearch in the To, CC, and Bcc fields (case insensitive wildcard match). If possible, use 'mailbox' and 'type' instead for better performancetypestring | nullSearch for messages by typeResponse 200OKUpdated 26 days ago