Get Status Page
getStatusPageRetrieve the full configuration of a status page by its URL-safe slug, including ordered groups, monitors, and active incidents. Works only for published status pages.
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 |