External DocumentationTo learn more, visit the PhishLabs Open Web Monitoring documentation.
Actions
Get Incident
Get incident by a given ID.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Incident ID | The ID of the incident. |
{
"Infraction": {
"Infrid": 0,
"Url": "string",
"Domain": "string",
"Catcode": 0,
"Catname": "string",
"Status": "string",
"Comment": "string",
"Product": "string",
"Createdate": "2019-08-24T14:15:22Z",
"Severityname": "string",
"Statusdescr": "string",
"Mitigationstart": "2019-08-24T14:15:22Z",
"Dateresolved": "2019-08-24T14:15:22Z",
"Actiondescr": "string",
"Groupcatname": "string",
"Assignee": "string",
"Lastcomment": "string",
"Mxrecord": "string",
"Ticketstatus": "string",
"Resolutionstatus": "string",
"Incidentstatus": "string"
},
"EnrichmentData": {
"Domain": "string",
"IpAddress": "string",
"Isp": "string",
"Country": "string",
"Asn": 0,
"RegistrarName": "string",
"NameServers": [
"string"
],
"MailServers": [
"string"
],
"RegistrationDate": "2019-08-24T14:15:22Z",
"UpdateDate": "2019-08-24T14:15:22Z",
"ExpiryDate": "2019-08-24T14:15:22Z",
"RegistrantFullName": "string"
}
}
Was this page helpful?