Bulk
List bulk action jobs
GET/accounts/{account_id}/email-security/investigate/bulk
Create a bulk action job
POST/accounts/{account_id}/email-security/investigate/bulk
Get bulk action job details
GET/accounts/{account_id}/email-security/investigate/bulk/{job_id}
Delete a bulk action job
DELETE/accounts/{account_id}/email-security/investigate/bulk/{job_id}
ModelsExpand Collapse
BulkListResponse object { action_params, action_type, created_at, 11 more }
BulkListResponse object { action_params, action_type, created_at, 11 more }
action_params: object { destination, type, expected_disposition } or object { type }
action_params: object { destination, type, expected_disposition } or object { type }
search_params: object { action_log, alert_id, delivery_status, 14 more }
search_params: object { action_log, alert_id, delivery_status, 14 more }
Deprecatedaction_log: optional boolean
Deprecated, use GET /investigate/{investigate_id}/action_log instead. End of life: November 1, 2026.
delivery_status: optional "delivered" or "moved" or "quarantined" or 4 moreDelivery status of the message.
delivery_status: optional "delivered" or "moved" or "quarantined" or 4 more
Delivery status of the message.
BulkCreateResponse object { action_params, action_type, created_at, 11 more }
BulkCreateResponse object { action_params, action_type, created_at, 11 more }
action_params: object { destination, type, expected_disposition } or object { type }
action_params: object { destination, type, expected_disposition } or object { type }
search_params: object { action_log, alert_id, delivery_status, 14 more }
search_params: object { action_log, alert_id, delivery_status, 14 more }
Deprecatedaction_log: optional boolean
Deprecated, use GET /investigate/{investigate_id}/action_log instead. End of life: November 1, 2026.
delivery_status: optional "delivered" or "moved" or "quarantined" or 4 moreDelivery status of the message.
delivery_status: optional "delivered" or "moved" or "quarantined" or 4 more
Delivery status of the message.
BulkGetResponse object { action_params, action_type, created_at, 11 more }
BulkGetResponse object { action_params, action_type, created_at, 11 more }
action_params: object { destination, type, expected_disposition } or object { type }
action_params: object { destination, type, expected_disposition } or object { type }
search_params: object { action_log, alert_id, delivery_status, 14 more }
search_params: object { action_log, alert_id, delivery_status, 14 more }
Deprecatedaction_log: optional boolean
Deprecated, use GET /investigate/{investigate_id}/action_log instead. End of life: November 1, 2026.
delivery_status: optional "delivered" or "moved" or "quarantined" or 4 moreDelivery status of the message.
delivery_status: optional "delivered" or "moved" or "quarantined" or 4 more
Delivery status of the message.
BulkCancel
Cancel a bulk action job
POST/accounts/{account_id}/email-security/investigate/bulk/{job_id}/cancel
ModelsExpand Collapse
CancelCreateResponse object { action_params, action_type, created_at, 11 more }
CancelCreateResponse object { action_params, action_type, created_at, 11 more }
action_params: object { destination, type, expected_disposition } or object { type }
action_params: object { destination, type, expected_disposition } or object { type }
search_params: object { action_log, alert_id, delivery_status, 14 more }
search_params: object { action_log, alert_id, delivery_status, 14 more }
Deprecatedaction_log: optional boolean
Deprecated, use GET /investigate/{investigate_id}/action_log instead. End of life: November 1, 2026.
delivery_status: optional "delivered" or "moved" or "quarantined" or 4 moreDelivery status of the message.
delivery_status: optional "delivered" or "moved" or "quarantined" or 4 more
Delivery status of the message.
BulkMessages
List messages for a bulk action job
GET/accounts/{account_id}/email-security/investigate/bulk/{job_id}/messages
ModelsExpand Collapse
MessageListResponse object { action_params, action_type, created_at, 9 more }
MessageListResponse object { action_params, action_type, created_at, 9 more }
action_params: object { client_recipient, destination, type, expected_disposition } or object { client_recipient, type }
action_params: object { client_recipient, destination, type, expected_disposition } or object { client_recipient, type }