v1

latestOpenAPI 3.1.02026-08-044257268.7 KB
Controls

List workspace run cap controls

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

get/v1/controls/workspace/run-caps

Query parameters

limitinteger

Max items per page (server-side cap applies).

Example:25

Max items per page (server-side cap applies).

cursorstring

Cursor returned by the previous page.

Cursor returned by the previous page.

Response

Run cap controls page

cursorstring nullable required

Opaque cursor for the next page. Null on the last page.

Example response

{
  "items": [
    {
      "runCapControlId": "01JC2Z0A9V8Q4R6T8Y0B2D4F6H",
      "limitAmount": 5
    }
  ]
}