Use REST API to query dag runs with wildcards/ partial matches #41518
Unanswered
helen-m-lin
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
In the Airflow UI, under the Browse > DAG Runs page, there is the capability to use different filter queries for
dag_run_id
,dag_id
, etc., which allows for more flexible searching.Is there a way to query DAG run IDs using similar flexible formats through the REST API? If not, are there any plans to support this in the future, or are there any recommended workarounds?
Currently, I am using the List DAG Runs and GET DAG Run endpoints, but it seems that I can only query for certain time windows, states, and unique DAG run IDs.
Thank you!
Helen Lin
Beta Was this translation helpful? Give feedback.
All reactions