External DocumentationTo learn more, visit the PhishLabs Open Web Monitoring documentation.
Actions
List Incidents
List domain and open web incidents.

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 |
|---|---|
| End | The end date of the date range. |
| Filter By | The variable that the results will be filtered by. |
| Incident Type | The incident type to be returned. |
| Start | The start date of the date range. |
| Parameter | Description |
|---|---|
| Brand | The name of the brand associated to the incident. |
| Incident Status | The status of the incident. |
| MX Record | Return incident with a MX record. |
| Mitigation End | The end date of mitigation date range. |
| Mitigation Start | The start date of mitigation date range. |
| Resolution End | The end date of resolution date range. |
| Resolution Start | The start date of resolution date range. |
[
{
"Infrid": 23953548,
"Url": "<string>",
"Domain": "<string>",
"Catcode": 2115,
"Catname": "<string>",
"Status": "<string>",
"Comment": "<string>",
"Product": "<string>",
"Createdate": "2007-12-25T07:09:09",
"Severityname": "<string>",
"Statusdescr": "<string>",
"Mitigationstart": null,
"Dateresolved": null,
"Actiondescr": "<string>",
"Groupcatname": "<string>",
"Assignee": null,
"Lastcomment": "<string>",
"Mxrecord": "<string>",
"Ticketstatus": "<string>",
"Resolutionstatus": null,
"Incidentstatus": "<string>"
},
{
"Infrid": 2407504346,
"Url": "<string>",
"Domain": "<string>",
"Catcode": 1182,
"Catname": "<string>",
"Status": "<string>",
"Comment": "<string>",
"Product": "<string>",
"Createdate": "2015-11-16T06:46:53",
"Severityname": "<string>",
"Statusdescr": "<string>",
"Mitigationstart": null,
"Dateresolved": null,
"Actiondescr": "<string>",
"Groupcatname": "<string>",
"Assignee": null,
"Lastcomment": "<string>",
"Mxrecord": "<string>",
"Ticketstatus": "<string>",
"Resolutionstatus": null,
"Incidentstatus": "<string>"
}
]
Was this page helpful?