---
title: "List Incidents"
method: POST
path: "/incident-io/incidents"
---

# List Incidents

`POST /incident-io/incidents`

List incidents with cursor-based pagination.

Args:
    request: Contains page_size and optional pagination cursor.
    user: Authenticated user — supplies ``organization_id``.

Returns:
    Upstream JSON containing ``incidents`` and ``pagination_meta``.

## Request body

- ListIncidentsRequest — Request to list incidents with cursor-based pagination.
  - `page_size` integer
  - `after` string, nullable — Cursor for pagination — the 'after' value from a previous response

## Response `200`

Successful Response

- object

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/traversal/apis/fastapi.md) · [All operations](https://skmtc.net/traversal/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/traversal/fastapi/revisions/2134ebffd1ef/schema)
