v1

latestOpenAPI 3.0.12026-07-2491247233.8 KB
Message Groups

Search message groups

Search all message groups

get/v0/message-groups/search

Query parameters

anystring nullable

Searches every field (performs a case insensitive, OR search in all fields). Not compatible with other search fields.

Searches every field (performs a case insensitive, OR search in all fields). Not compatible with other search fields.

attachment_md5string nullable

Search for messages containing an attachment MD5 match

Search for messages containing an attachment MD5 match

attachment_sha1string nullable

Search for messages containing an attachment SHA1 match

Search for messages containing an attachment SHA1 match

attachment_sha256string nullable

Search for messages containing an attachment SHA256 match

Search for messages containing an attachment SHA256 match

created_at[gte]string date-time nullable

Inclusive 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.

Inclusive 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]string date-time nullable

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.

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.

created_at[lte]string date-time nullable

Deprecated, 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.

Deprecated, 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 nullable

Search in attachment filenames (case insensitive wildcard match)

Search in attachment filenames (case insensitive wildcard match)

first_reported_as_phish_at[gte]string date-time nullable

Inclusive 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.

Inclusive 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]string date-time nullable

Exclusive 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.

Exclusive 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 nullable

DEPRECATED: Use 'sender' instead. Search in the From field. (case insensitive wildcard match)

DEPRECATED: Use 'sender' instead. Search in the From field. (case insensitive wildcard match)

limitinteger nullable

The maximum number of message groups to return. If the value exceeds the maximum, then the maximum value will be used.

The maximum number of message groups to return. If the value exceeds the maximum, then the maximum value will be used.

mailboxstring nullable

Search for a mailbox by email address (case insensitive, wildcard match)

Search for a mailbox by email address (case insensitive, wildcard match)

message_idstring nullable

Search in the Message-ID header (case insensitive wildcard match)

Search in the Message-ID header (case insensitive wildcard match)

offsetinteger nullable

The (zero-based) offset of the message groups to return

The (zero-based) offset of the message groups to return

senderstring nullable

Search in the From field (case insensitive wildcard match)

Search in the From field (case insensitive wildcard match)

statesstring[]

Search for messages in any of the given states

Search for messages in any of the given states

subjectstring nullable

Search in the message subject (case insensitive wildcard match)

Search in the message subject (case insensitive wildcard match)

tostring nullable

Search in the To, CC, and Bcc fields (case insensitive wildcard match). If possible, use 'mailbox' and 'type' instead for better performance

Search in the To, CC, and Bcc fields (case insensitive wildcard match). If possible, use 'mailbox' and 'type' instead for better performance

typestring nullable

Search for messages by type

Search for messages by type

Response

OK

countinteger required

Count of messages groups for this page

stats_limit_exceededboolean

Indicates if 'total' is a lower bound

totalinteger required

Total number of messages groups matching the search