Skip to content
Start here

Submissions

Get reclassify submissions
client.emailSecurity.submissions.list(SubmissionListParams { account_id, end, original_disposition, 9 more } params, RequestOptionsoptions?): V4PagePaginationArray<SubmissionListResponse { requested_at, submission_id, customer_status, 15 more } >
GET/accounts/{account_id}/email-security/submissions
ModelsExpand Collapse
SubmissionListResponse { requested_at, submission_id, customer_status, 15 more }
requested_at: string

When the submission was requested (UTC).

formatdate-time
submission_id: string
customer_status?: "escalated" | "reviewed" | "unreviewed" | null
One of the following:
"escalated"
"reviewed"
"unreviewed"
escalated_as?: "MALICIOUS" | "SUSPICIOUS" | "SPOOF" | 3 more | null
One of the following:
"MALICIOUS"
"SUSPICIOUS"
"SPOOF"
"SPAM"
"BULK"
"NONE"
escalated_at?: string | null
formatdate-time
escalated_by?: string | null
escalated_submission_id?: string | null
original_disposition?: "MALICIOUS" | "SUSPICIOUS" | "SPOOF" | 3 more | null
One of the following:
"MALICIOUS"
"SUSPICIOUS"
"SPOOF"
"SPAM"
"BULK"
"NONE"
original_edf_hash?: string | null
original_postfix_id?: string | null

The postfix ID of the original message that was submitted

outcome?: string | null
outcome_disposition?: "MALICIOUS" | "SUSPICIOUS" | "SPOOF" | 3 more | null
One of the following:
"MALICIOUS"
"SUSPICIOUS"
"SPOOF"
"SPAM"
"BULK"
"NONE"
requested_by?: string | null
requested_disposition?: "MALICIOUS" | "SUSPICIOUS" | "SPOOF" | 3 more | null
One of the following:
"MALICIOUS"
"SUSPICIOUS"
"SPOOF"
"SPAM"
"BULK"
"NONE"
Deprecatedrequested_ts?: string

Deprecated, use requested_at instead

status?: string | null
subject?: string | null
type?: "Team" | "User" | null

Whether the submission was created by a team member or an end user.

One of the following:
"Team"
"User"