---
title: "List workspace run cap controls"
method: GET
path: "/v1/controls/workspace/run-caps"
tags: ["Controls"]
---

# List workspace run cap controls

`GET /v1/controls/workspace/run-caps`

Cursor-paginated list of the workspace's per-execution spending caps.

## Query parameters

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

## Response `200`

Run cap controls page

- object
  - `items` WorkspaceRunCap[], required
    - `runCapControlId` string, required — Run cap control ID (ULID).
    - `workspaceId` string, required
    - `limitAmount` number, required — Per-run spending cap, in dollars.
    - `currency` 'USD', required
    - `status` 'ACTIVE' | 'PAUSED', required
    - `createdAt` string, date-time, required
    - `updatedAt` 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
- `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)
