Generated Reference
vai runs
View and manage automation runs
vai runs
View and manage automation runs
list
List automation runs.
vai runs listOptions:
| Option | Description |
|---|---|
--automation-id | Filter by automation ID |
--status | Filter by status |
--limit | Maximum results (default: 20) |
-p, --profile | Profile to use (default: default) |
get
Get automation run details.
vai runs get <run_id>Arguments:
| Argument | Description | Required |
|---|---|---|
run_id | Automation run ID | Yes |
| Options: |
| Option | Description |
|---|---|
-p, --profile | Profile to use (default: default) |
cancel
Cancel a running automation.
vai runs cancel <run_id>Arguments:
| Argument | Description | Required |
|---|---|---|
run_id | Automation run ID | Yes |
| Options: |
| Option | Description |
|---|---|
-p, --profile | Profile to use (default: default) |