bbovenzi opened a new issue, #23415: URL: https://github.com/apache/airflow/issues/23415
### Description There are a few fields that would be useful to include in the REST API for getting a DAG run or list of DAG runs: `data_interval_start` `data_interval_end` `last_scheduling_decision` `run_type` as (backfill, manual and scheduled) ### Use case/motivation We use this information in the Grid view as part of `tree_data`. If we added these extra fields to the REST APi we could remove all dag run info from tree_data. ### Related issues _No response_ ### Are you willing to submit a PR? - [ ] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
