airflow dags list-runs
List DAG runs given a DAG id
Options
Name | Description |
---|---|
-h, --help | Show this help message and exit |
-d, --dag-id <dag_id> |
|
-e, --end-date <end_date> | Override end_date YYYY-MM-DD |
--no-backfill | Filter all the backfill dagruns given the dag id |
-o, --output <(table, json, yaml, plain)> | Output format. Allowed values: json, yaml, plain, table (default: table) |
-s, --start-date <start_date> | Override start_date YYYY-MM-DD |
--state <state> | Only list the dag runs corresponding to the state |
-v, --verbose | Make logging output more verbose |