airflow dags list-runs

List DAG runs given a DAG id

Options

NameDescription
-h, --helpShow this help message and exit
-d, --dag-id <dag_id>
  • Required ✳
-e, --end-date <end_date>Override end_date YYYY-MM-DD
--no-backfillFilter 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, --verboseMake logging output more verbose