Incidents
Get outages from all services (or just one)
GET
https://isdown.app/api/v2/incidents
Note: This endpoint is only available for Enterprise customers.
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. |
from | String | Send a date in the format %Y/%m/%d. It will send incidents created from this date. |
to | String | Send a date in the format %Y/%m/%d. It will send incidents created until this date. |
Headers
Name | Type | Description |
---|---|---|
Authorization* | String | Bearer API_KEY |
Last updated