---
title: "Retrieve the latest incidents with pagination."
method: GET
path: "/v1/status-pages/incidents"
tags: ["Status Page Incidents"]
---

# Retrieve the latest incidents with pagination.

`GET /v1/status-pages/incidents`

Get the latest 100 incidents for all services.

## Query parameters

- `limit` integer
- `nextId` string

## Headers

- `x-checkly-account` string — Your Checkly account ID, you can find it at https://app.checklyhq.com/settings/account/general

## Response `200`

Successful

- IncidentsPaginatedResponse
  - `length` integer, required
  - `entries` StatusPageV2Incident[], required
    - `name` string, required
    - `severity` 'CRITICAL' | 'MAJOR' | 'MEDIUM' | 'MINOR', required
    - `id` string, required
    - `services` StatusPageV2Service[], required
      - `name` string, required
      - `id` string, required
      - `accountId` string, required
      - `created_at` string, date, required
      - `updated_at` string, date, nullable
    - `incidentUpdates` StatusPageV2IncidentUpdateWithId[], required
      - `description` string, required
      - `status` 'INVESTIGATING' | 'IDENTIFIED' | 'MONITORING' | 'RESOLVED'
      - `publicIncidentUpdateDate` string, date-time
      - `notifySubscribers` boolean
      - `id` string, required
      - `created_at` string, date, required
    - `lastUpdateStatus` 'INVESTIGATING' | 'IDENTIFIED' | 'MONITORING' | 'RESOLVED', required
    - `duration` integer, nullable
    - `created_at` string, date, required
    - `updated_at` string, date
  - `nextId` string, nullable

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `429` — Too Many Requests

---

[API](https://skmtc.net/checklyhq/apis/checkly-public-api.md) · [All operations](https://skmtc.net/checklyhq/apis/checkly-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/checklyhq/checkly-public-api/revisions/87d29dc7b4fe/schema)
