Get Outages from Custom Monitors
Get outages of a custom monitor for the last 30 days
Path Parameters
Name
Type
Description
Headers
Name
Type
Description
{
"data": [
{
"id": "9878",
"type": "custom_monitor_incident",
"attributes": {
"description": "Down in North America, Asia with HTTP status code 504",
"created_at": "2024-08-17T17:22:44.670Z",
"resolved_at": "2024-08-17T17:23:19.808Z",
"updated_at": "2024-08-17T17:22:44.670Z",
"resolved": true,
"custom_monitor_url": "https://isdown.app/all-company/monitors/1"
}
}
]
}Last updated