Get a service’s published incident history
get_incident_historyReal incidents a vendor published on its own status page, newest first, with start/end times, duration, severity, affected components and a link to the vendor’s incident page. Use this for "has X been flaky lately?" — it is the vendor’s own record, not our probes. Services without a public Statuspage endpoint return covered:false rather than an empty list.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max incidents (default 25). | |
| window | No | Time window: 7d, 30d, 90d, 180d, 365d, all (default 90d). | |
| service | Yes | API slug, e.g. "openai". Use search_apis to resolve a name. |