List all status pages for your organisation.
This endpoint requires a valid API key but no specific scopes. Use this to find status page IDs for use in other endpoints.
Integer number of records to return
x <= 25025
An record's ID. This endpoint will return a list of records after this ID in relation to the API response order.
"01FDAG4SAP5TYPT98WGR2N7W91"
OK response.
{
"after": "01FCNDV6P870EA6S7TK1DSYDG0",
"page_size": 25
}[
{
"description": "This status page is our public status page.",
"id": "01FCNDV6P870EA6S7TK1DSYDG0",
"name": "Our public status page",
"public_url": "https://statuspage.incident.io/our-public-status-page"
}
]