Skip to main content
GET
/
api
/
v1
/
status-pages
/
{id}
/
updates
Get status updates for a status page
curl --request GET \
  --url https://api.example.com/api/v1/status-pages/{id}/updates
{
  "items": [
    {
      "type": "incident",
      "id": "<string>",
      "title": "<string>",
      "severity": "<string>",
      "status": "<string>",
      "createdAt": "2023-11-07T05:31:56Z",
      "updatedAt": "2023-11-07T05:31:56Z",
      "affectedMonitors": [
        {
          "id": "<string>"
        }
      ],
      "updates": [
        {
          "id": "<string>",
          "content": "<string>",
          "status": "<string>",
          "createdAt": "2023-11-07T05:31:56Z"
        }
      ],
      "description": "<string>",
      "resolvedAt": "2023-11-07T05:31:56Z"
    }
  ],
  "page": 123,
  "limit": 123,
  "total": 123,
  "hasMore": true
}

Documentation Index

Fetch the complete documentation index at: https://getmonitor.io/docs/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

id
string
required

Query Parameters

limit
integer
default:20
page
integer
default:1

Response

200 - application/json

Paginated feed of incident and maintenance updates

items
object[]
required
page
integer
required
limit
integer
required
total
integer
required
hasMore
boolean
required