Get Status Page
getStatusPageFetch a status page's full configuration by slug, listing groups, monitors, and active incidents. Requires a published status page to return data.
Instructions
Returns the full configuration of a status page by slug, including the ordered list of groups, the monitors inside each group, and active incidents. Only works for published status pages (fetches the public /api/status-page/{slug} endpoint).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | The status page slug (the URL-safe identifier) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | ||
| msg | No | ||
| config | No | ||
| incidents | No | Active incidents on the status page | |
| publicGroupList | No | Ordered groups with their monitorList |