v1

latestOpenAPI 3.1.02026-08-044257268.7 KB
Runs

List a run's control records

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

get/v1/runs/{runId}/controls

Path parameters

runIdstring required

Run identifier (ULID).

Example:01JGXYZABCDEFGHJKMNPQRSTVW

Run identifier (ULID).

Query parameters

limitstring

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

Example:20

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

cursorstring

Cursor returned by the previous page.

Cursor returned by the previous page.

Response

Control records page

itemsControlRun[] required
cursorstring nullable required

Opaque cursor for the next page; null on the last page.