---
title: "List a run's control records"
method: GET
path: "/v1/runs/{runId}/controls"
tags: ["Runs"]
---

# List a run's control records

`GET /v1/runs/{runId}/controls`

All control junction records for a run — budget controls (HELD/SETTLED/RELEASED/BLOCKED) and run cap controls (BLOCKED).

## Path parameters

- `runId` string, required — Run identifier (ULID).

## Query parameters

- `limit` string — Max items per page (server-side cap applies).
- `cursor` string — Cursor returned by the previous page.

## Response `200`

Control records page

- object
  - `items` ControlRun[], required
  - `cursor` string, nullable, required — Opaque cursor for the next page; null on the last page.

## Other responses

- `401` — Unauthorized — missing or invalid credentials
- `403` — Forbidden — caller has no workspace or no access
- `404` — Run 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/versions/164b6b6f2d36/schema)
