Skip to content
Start here

Trace

Get email trace
GET/accounts/{account_id}/email-security/investigate/{postfix_id}/trace
ModelsExpand Collapse
TraceGetResponse = object { inbound, outbound }
inbound: object { lines, pending }
lines: optional array of object { lineno, message, ts }
lineno: number
formatint64
message: string
ts: string
formatdate-time
pending: optional boolean
outbound: object { lines, pending }
lines: optional array of object { lineno, message, ts }
lineno: number
formatint64
message: string
ts: string
formatdate-time
pending: optional boolean