---
title: "List Incidents"
method: GET
path: "/incidents/bank"
---

# List Incidents

`GET /incidents/bank`

List available incidents from the benchmark incident bank.

Args:
    customer: Optional customer name to filter by.
    incident_key: Optional raw or customer-qualified key to return a
        single incident, e.g. ``INCI-1234`` or ``digitalocean/INCI-1234``.
    include_ground_truth: Include full answer keys in each row. This is
        intentionally opt-in because AExp and DO entries can contain
        large markdown blobs that make the internal evaluation page slow.

## Query parameters

- `customer` string, nullable
- `incident_key` string, nullable
- `include_ground_truth` boolean

## Response `200`

Successful Response

- IncidentBankResponse — Response listing available incidents grouped by customer.
  - `incidents` APIApiSchemaAbTestsIncidentDTO[], required
    - `incident_key` string, required
    - `friendly_name` string, required
    - `description` string, required
    - `time` string, date-time, required
    - `has_ground_truth` boolean, required
    - `ground_truth` string, nullable
    - `customer` string, required
  - `total` integer, required

## 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)
