List status page maintenances.
This endpoint requires a valid API key but no specific scopes.
ID of the status page. You can find this by calling the ListStatusPages endpoint.
"01FCNDV6P870EA6S7TK1DSYDG0"
Filter status page maintenance windows to only those that impacted the specified component. This ID may be found by calling the ShowStatusPageStructure endpoint.
"01FCNDV6P870EA6S7TK1DSYDG1"
Filter status page maintenance windows to only those that impacted components in the specified group. This ID may be found by calling the ShowStatusPageStructure endpoint.
"01FCNDV6P870EA6S7TK1DSYDG2"
Filter status page maintenance windows to only those that impacted the specified sub-page. This ID may be found by calling the ShowStatusPageStructure endpoint.
"01FCNDV6P870EA6S7TK1DSYDG3"
Filter status page maintenance windows to only those that had impacts during or after this time.
"2021-08-17T13:28:57.801578Z"
Filter status page maintenance windows to only those that had impacts during or before this time.
"2021-08-17T13:28:57.801578Z"
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
}[
{
"component_maintenance_periods": [
{
"component_id": "01GW7P4ES31Q6V1ZQH321T0GJN",
"end_at": "2021-08-17T13:28:57.801578Z",
"start_at": "2021-08-17T13:28:57.801578Z"
}
],
"id": "01FCNDV6P870EA6S7TK1DSYDG0",
"maintenance_status": "maintenance_scheduled",
"name": "Routine infrastructure upgrade",
"published_at": "2021-08-17T13:28:57.801578Z",
"status_page_id": "01FCNDV6P870EA6S7TK1DSYDG0",
"updates": [
{
"component_statuses": [
{
"component_id": "01FCNDV6P870EA6S7TK1DSYDG2",
"component_status": "operational"
}
],
"id": "01FCNDV6P870EA6S7TK1DSYDG0",
"maintenance_status": "maintenance_scheduled",
"message": "abc123",
"published_at": "2021-08-17T13:28:57.801578Z",
"status_page_maintenance_id": "01FCNDV6P870EA6S7TK1DSYDG1"
}
]
}
]