Status Page Design
List Design Versions
List design versions in descending version order with cursor pagination
GET
Path Parameters
Status page ID.
Query Parameters
Page size clamped to
1..100.Return rows where
version_number < cursor.Response
Compact version list with fields:
id, status_page_id, version_number, state, base_version_id, template_mode, summary, created_by, created_at, published_at.Valid state values: draft, published, archived.Cursor for the next page.
Current published pointer.
Current draft pointer.