Incidents
The Incidents endpoint is used to get the outages that happen in service in the last month. Depending on your plan, you will have access via API to all the services available or just the services you monitor.
Get outages information of a service for the last 30 days
GET
https://isdown.app/api/v2/services/{service_name}/incidents
Path Parameters
Name
Type
Description
service_name*
String
Parameterize name for the service. Get the service_name from the url of a service. E.g., https://isdown.app/services/digitalocean it's digitalocean.
Query Parameters
Name
Type
Description
include_user_reports
String
If 'true' it will return incidents created from user reports
Headers
Name
Type
Description
Authorization*
String
Bearer API_KEY
Last updated