Lists scheduled jobs.
```
ai scheduled-job ls [flags]
```
Options
```
--core-id string Filter by scheduled job ID
--end-time int Filter by scheduled jobs that started before the specified time
-h, --help help for ls
--is-active string Filter by isActive (true, false)
-l, --limit int This limits the result to the specified page size (default 100)
--offset int This skips the specified number
--order-by string Order by a particular field
--order-direction string Ascending or descending order (asc, desc)
--organization-id string Filter by organization ID
--scheduled-job-id string Filter by scheduled job ID
--scheduled-job-name string Filter by scheduled job name
--start-time int Filter by scheduled jobs that started after the specified time
```
Options inherited from parent commands
```
-c, --config string CLI Config file to use. By default it will be /home/ubuntu/.config/aiware-cli.yaml
--controller-token string Bearer token to use for authenticating operations.
--controller-url string Controller URL to use for the CLI. If specified, this will be used instead of what is in the configuration. (default "http://localhost:9000/edge/v1")
-d, --debug Enables debug output
-f, --format string The output format. The values are text, log or json.
--host-type-id string Host type ID of the host
--hub-url string aiWARE Hub URL
-p, --profile string The profile to use. If not specified, the profile named 'default' will be used. The profiles are set in ~/.config/aiware-cli.yaml (default "default")
-q, --quiet Disables output extra output except the main output
--sample-app Indicates whether it should install the sample app
```