Bulk
List bulk action jobs
client.EmailSecurity.Investigate.Bulk.List(ctx, params) (*V4PagePaginationArray[InvestigateBulkListResponse], error)
GET/accounts/{account_id}/email-security/investigate/bulk
Create a bulk action job
client.EmailSecurity.Investigate.Bulk.New(ctx, params) (*InvestigateBulkNewResponse, error)
POST/accounts/{account_id}/email-security/investigate/bulk
Get bulk action job details
client.EmailSecurity.Investigate.Bulk.Get(ctx, jobID, query) (*InvestigateBulkGetResponse, error)
GET/accounts/{account_id}/email-security/investigate/bulk/{job_id}
Delete a bulk action job
client.EmailSecurity.Investigate.Bulk.Delete(ctx, jobID, body) (*InvestigateBulkDeleteResponse, error)
DELETE/accounts/{account_id}/email-security/investigate/bulk/{job_id}
BulkCancel
Cancel a bulk action job
client.EmailSecurity.Investigate.Bulk.Cancel.New(ctx, jobID, body) (*InvestigateBulkCancelNewResponse, error)
POST/accounts/{account_id}/email-security/investigate/bulk/{job_id}/cancel
BulkMessages
List messages for a bulk action job
client.EmailSecurity.Investigate.Bulk.Messages.List(ctx, jobID, params) (*V4PagePaginationArray[InvestigateBulkMessageListResponse], error)
GET/accounts/{account_id}/email-security/investigate/bulk/{job_id}/messages