---
title: "List runs linked to a run cap control"
method: GET
path: "/v1/controls/workspace/run-caps/{runCapControlId}/runs"
tags: ["Controls"]
---

# List runs linked to a run cap control

`GET /v1/controls/workspace/run-caps/{runCapControlId}/runs`

Cursor-paginated list of run junctions for a run cap control.

## Path parameters

- `runCapControlId` string, required — Run cap control ID (ULID).

## Query parameters

- `status` 'PASSED' | 'BLOCKED'
- `limit` integer — Max items per page (server-side cap applies).
- `cursor` string — Cursor returned by the previous page.

## Response `200`

Run cap control runs page

- object
  - `items` WorkspaceRunCapRun[], required
    - `runCapControlId` string, required
    - `runId` string, required — Run ID (ULID).
    - `estimatedCost` number, required — Estimated cost at check time, in dollars.
    - `currency` 'USD', required
    - `snapshot` object, required
      - `limitAmount` number, required
    - `status` 'PASSED' | 'BLOCKED', required
    - `createdAt` string, date-time, required
  - `cursor` string, nullable, required — Opaque cursor for the next page. Null on the last page.

## Other responses

- `400` — Bad request — input failed validation
- `401` — Unauthorized — missing or invalid credentials
- `403` — Forbidden — caller has no workspace or no access
- `404` — Run cap control not found
- `500` — Internal server error

---

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