cURL
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 IndexFetch the complete documentation index at: https://getmonitor.io/docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://getmonitor.io/docs/llms.txt
Use this file to discover all available pages before exploring further.
Paginated feed of incident and maintenance updates
Show child attributes