List Scheduled Runs
| Option | Type | Default | Description |
|---|---|---|---|
--filter | string | — | Filter expression |
--page-size | number | 50 | Results per page |
--order-by | string | — | Sort order |
--enabled | boolean | — | Filter by enabled status (true or false) |
--template-id | string | — | Filter by run template ID |
Get Scheduled Run
| Argument | Type | Required | Description |
|---|---|---|---|
scheduled_run_id | string | Yes | The scheduled run ID |
Create Scheduled Run
| Option | Type | Required | Description |
|---|---|---|---|
--name | string | Yes | Display name |
--template-id | string | Yes | Run template to execute |
--schedule | string | Yes | Cron expression (e.g., 0 9 * * *) |
--timezone | string | No | IANA timezone (default: UTC) |
--enabled | boolean | No | Whether the schedule is active |
Update Scheduled Run
| Argument | Type | Required | Description |
|---|---|---|---|
scheduled_run_id | string | Yes | The scheduled run ID to update |
| Option | Type | Description |
|---|---|---|
--name | string | New display name |
--schedule | string | New cron expression |
--timezone | string | New IANA timezone |
--enabled | boolean | Enable or disable the schedule |
Delete Scheduled Run
| Argument | Type | Required | Description |
|---|---|---|---|
scheduled_run_id | string | Yes | The scheduled run ID to delete |

