Skip to content
Start here

Reports

Get PhishGuard reports
email_security.phishguard.reports.list(ReportListParams**kwargs) -> SyncSinglePage[ReportListResponse]
GET/accounts/{account_id}/email-security/phishguard/reports
ModelsExpand Collapse
class ReportListResponse:
id: int
content: str
disposition: Literal["MALICIOUS", "MALICIOUS-BEC", "SUSPICIOUS", 7 more]
One of the following:
"MALICIOUS"
"MALICIOUS-BEC"
"SUSPICIOUS"
"SPOOF"
"SPAM"
"BULK"
"ENCRYPTED"
"EXTERNAL"
"UNKNOWN"
"NONE"
fields: Fields
to: List[str]
from_: Optional[str]
occurred_at: Optional[datetime]
formatdate-time
postfix_id: Optional[str]
Deprecatedts: Optional[datetime]

Deprecated, use occurred_at instead

formatdate-time
priority: str
title: str
created_at: Optional[datetime]
formatdate-time
tags: Optional[List[Tag]]
category: str
value: str
Deprecatedts: Optional[datetime]

Deprecated, use created_at instead

formatdate-time
updated_at: Optional[datetime]
formatdate-time