Skip to content
Start here

Investigate

Search email messages
client.EmailSecurity.Investigate.List(ctx, params) (*V4PagePaginationArray[InvestigateListResponse], error)
GET/accounts/{account_id}/email-security/investigate
Get message details
client.EmailSecurity.Investigate.Get(ctx, postfixID, query) (*InvestigateGetResponse, error)
GET/accounts/{account_id}/email-security/investigate/{postfix_id}

InvestigateDetections

Get message detection details
client.EmailSecurity.Investigate.Detections.Get(ctx, postfixID, query) (*InvestigateDetectionGetResponse, error)
GET/accounts/{account_id}/email-security/investigate/{postfix_id}/detections

InvestigatePreview

Get email preview
client.EmailSecurity.Investigate.Preview.Get(ctx, postfixID, query) (*InvestigatePreviewGetResponse, error)
GET/accounts/{account_id}/email-security/investigate/{postfix_id}/preview
Preview for non-detection messages
client.EmailSecurity.Investigate.Preview.New(ctx, params) (*InvestigatePreviewNewResponse, error)
POST/accounts/{account_id}/email-security/investigate/preview

InvestigateRaw

Get raw email content
client.EmailSecurity.Investigate.Raw.Get(ctx, postfixID, query) (*InvestigateRawGetResponse, error)
GET/accounts/{account_id}/email-security/investigate/{postfix_id}/raw

InvestigateTrace

Get email trace
client.EmailSecurity.Investigate.Trace.Get(ctx, postfixID, query) (*InvestigateTraceGetResponse, error)
GET/accounts/{account_id}/email-security/investigate/{postfix_id}/trace

InvestigateMove

Move a message
client.EmailSecurity.Investigate.Move.New(ctx, postfixID, params) (*SinglePage[InvestigateMoveNewResponse], error)
POST/accounts/{account_id}/email-security/investigate/{postfix_id}/move
Move multiple messages
client.EmailSecurity.Investigate.Move.Bulk(ctx, params) (*SinglePage[InvestigateMoveBulkResponse], error)
POST/accounts/{account_id}/email-security/investigate/move

InvestigateReclassify

Change email classification
client.EmailSecurity.Investigate.Reclassify.New(ctx, postfixID, params) (*InvestigateReclassifyNewResponse, error)
POST/accounts/{account_id}/email-security/investigate/{postfix_id}/reclassify

InvestigateRelease

Release messages from quarantine
client.EmailSecurity.Investigate.Release.Bulk(ctx, params) (*SinglePage[InvestigateReleaseBulkResponse], error)
POST/accounts/{account_id}/email-security/investigate/release