Investigate
Search email messages
GET/accounts/{account_id}/email-security/investigate
Get message details
GET/accounts/{account_id}/email-security/investigate/{postfix_id}
ModelsExpand Collapse
InvestigateListResponse object { id, action_log, client_recipients, 29 more }
InvestigateListResponse object { id, action_log, client_recipients, 29 more }
properties: object { allowlisted_pattern, allowlisted_pattern_type, blocklisted_message, 2 more }
properties: object { allowlisted_pattern, allowlisted_pattern_type, blocklisted_message, 2 more }
Deprecatedfindings: optional array of object { attachment, detail, detection, 6 more } Deprecated: use /investigate/{id}/detections instead.
Deprecatedfindings: optional array of object { attachment, detail, detection, 6 more }
Deprecated: use /investigate/{id}/detections instead.
post_delivery_operations: optional array of "PREVIEW" or "QUARANTINE_RELEASE" or "SUBMISSION" or "MOVE"
post_delivery_operations: optional array of "PREVIEW" or "QUARANTINE_RELEASE" or "SUBMISSION" or "MOVE"
InvestigateGetResponse object { id, action_log, client_recipients, 29 more }
InvestigateGetResponse object { id, action_log, client_recipients, 29 more }
properties: object { allowlisted_pattern, allowlisted_pattern_type, blocklisted_message, 2 more }
properties: object { allowlisted_pattern, allowlisted_pattern_type, blocklisted_message, 2 more }
Deprecatedfindings: optional array of object { attachment, detail, detection, 6 more } Deprecated: use /investigate/{id}/detections instead.
Deprecatedfindings: optional array of object { attachment, detail, detection, 6 more }
Deprecated: use /investigate/{id}/detections instead.
post_delivery_operations: optional array of "PREVIEW" or "QUARANTINE_RELEASE" or "SUBMISSION" or "MOVE"
post_delivery_operations: optional array of "PREVIEW" or "QUARANTINE_RELEASE" or "SUBMISSION" or "MOVE"
InvestigateDetections
Get message detection details
GET/accounts/{account_id}/email-security/investigate/{postfix_id}/detections
ModelsExpand Collapse
DetectionGetResponse object { action, attachments, findings, 6 more }
DetectionGetResponse object { action, attachments, findings, 6 more }
findings: array of object { attachment, detail, detection, 6 more }
findings: array of object { attachment, detail, detection, 6 more }
InvestigatePreview
Get email preview
GET/accounts/{account_id}/email-security/investigate/{postfix_id}/preview
Preview for non-detection messages
POST/accounts/{account_id}/email-security/investigate/preview
InvestigateRaw
Get raw email content
GET/accounts/{account_id}/email-security/investigate/{postfix_id}/raw
InvestigateTrace
Get email trace
GET/accounts/{account_id}/email-security/investigate/{postfix_id}/trace
InvestigateMove
Move a message
POST/accounts/{account_id}/email-security/investigate/{postfix_id}/move
Move multiple messages
POST/accounts/{account_id}/email-security/investigate/move
InvestigateReclassify
Change email classification
POST/accounts/{account_id}/email-security/investigate/{postfix_id}/reclassify
InvestigateRelease
Release messages from quarantine
POST/accounts/{account_id}/email-security/investigate/release