List
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.
GET
List
Documentation Index
Fetch the complete documentation index at: https://docs.incident.io/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API key from your incident.io dashboard (Settings → API keys)
Query Parameters
Integer number of records to return
Required range:
x <= 250Example:
25
An record's ID. This endpoint will return a list of records after this ID in relation to the API response order.
Example:
"01FDAG4SAP5TYPT98WGR2N7W91"
Response
200 - application/json
OK response.
Example:
{
"after": "01FCNDV6P870EA6S7TK1DSYDG0",
"page_size": 25
}Example:
[
{
"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"
}
]List