airflow dags list-jobs
List the jobs
Options
| Name | Description | 
|---|---|
| -h, --help | Show this help message and exit | 
| -d, --dag-id  <dag_id> | The id of the dag | 
| --limit  <limit> | Return a limited number of records | 
| -o, --output  <(table, json, yaml, plain)> | Output format. Allowed values: json, yaml, plain, table (default: table) | 
| --state  <state> | Only list the dag runs corresponding to the state | 
| -v, --verbose | Make logging output more verbose |