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

## Changes

- **2026-09-23** `fadab791136c` — 4 warning
  - added the new `X402_UNBOUNDED_PRICE` enum value to the `errorCode` response property for the response status `401`
  - added the new `X402_UNBOUNDED_PRICE` enum value to the `errorCode` response property for the response status `403`
  - added the new `X402_UNBOUNDED_PRICE` enum value to the `errorCode` response property for the response status `404`
  - added the new `X402_UNBOUNDED_PRICE` enum value to the `errorCode` response property for the response status `500`
- **2026-09-11** `9874d9e34fcf` — 4 info
  - added the optional property `errorCode` to the response with the `401` status
  - added the optional property `errorCode` to the response with the `403` status
  - added the optional property `errorCode` to the response with the `404` status
  - added the optional property `errorCode` to the response with the `500` status

[Change history](https://skmtc.dev/monid/apis/monid-api/changes/v1/runs/:runId/controls/get.md)

---

[API](https://skmtc.dev/monid/apis/monid-api.md) · [All operations](https://skmtc.dev/monid/apis/monid-api/llms.txt) · [OpenAPI document](https://skmtc.dev/monid/apis/monid-api/revisions/fadab791136c?raw)
