Show the structure of a status page.
This endpoint requires a valid API key but no specific scopes. Returns the components and component groups configured on a status page. Use this to find component IDs when specifying affected components for incidents or maintenance windows.
ID of the status page
"abc123"
OK response.
{
"items": [
{
"component": {
"component_id": "01FCNDV6P870EA6S7TK1DSYDG1",
"name": "App"
},
"group": {
"components": [
{
"component_id": "01FCNDV6P870EA6S7TK1DSYDG1",
"name": "App"
}
],
"id": "01FCNDV6P870EA6S7TK1DSYDG1",
"name": "EU Data center"
},
"sub_page": {
"id": "01FCNDV6P870EA6S7TK1DSYDG1",
"items": [
{
"component": {
"component_id": "01FCNDV6P870EA6S7TK1DSYDG1",
"name": "App"
},
"group": {
"components": [
{
"component_id": "01FCNDV6P870EA6S7TK1DSYDG1",
"name": "App"
}
],
"id": "01FCNDV6P870EA6S7TK1DSYDG1",
"name": "EU Data center"
}
}
],
"name": "United Kingdom"
}
}
]
}