Skip to main content

List Runs

Output columns: ID, STATUS, PROGRESS, CREATED

Get Run

Returns full run details as JSON including status, progress, results, and metrics.

Launch Run

Update Run

Modify tags on an existing run. Tags are fully replaced — pass the complete list you want on the run.
Max 20 tags per run, each up to 200 characters. Whitespace is trimmed and duplicates are dropped.

Watch Run

Monitor a run’s progress in real time with a live progress bar.
The watch command displays a progress bar and exits when the run reaches a terminal status.

Delete Run

Run Statuses

When using --filter, use the underscore-separated enum values (e.g., status="IN_PROGRESS").