---
title: "List Run Repair Issues"
method: GET
path: "/api/v1/system/repair/runs"
tags: ["System"]
---

# List Run Repair Issues

`GET /api/v1/system/repair/runs`

Lists cataloged runs that cannot be loaded from durable storage.

## Response `200`

Run repair issues

- SystemRepairRunsResponse — Runs that need manual repair or deletion because they cannot be loaded.
  - `runs` SystemRepairRunIssue[], required
    - `run_id` string, required — Run identifier.
    - `created_at` string, date-time, required — Timestamp encoded in the run identifier.
    - `error` string, required — Error produced while loading the run projection.
  - `total_count` integer, required — Count of run repair issues.

---

[API](https://skmtc.net/fabro-sh/apis/fabro-run-api.md) · [All operations](https://skmtc.net/fabro-sh/apis/fabro-run-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fabro-sh/fabro-run-api/revisions/adbc4b711284/schema)
