v1
latestOpenAPI 3.1.02026-08-044257268.7 KBControls
List runs linked to a run cap control
Cursor-paginated list of run junctions for a run cap control.
get/v1/controls/workspace/run-caps/{runCapControlId}/runs
Path parameters
runCapControlIdstring required
Run cap control ID (ULID).
Example:01JC2Z0A9V8Q4R6T8Y0B2D4F6H
Run cap control ID (ULID).
Query parameters
status'PASSED' | 'BLOCKED'
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 control runs page
Example response
{
"items": [
{
"runId": "01JC2Z0A9V8Q4R6T8Y0B2D4F6H"
}
]
}