Join Slack
Powered by
hi everybody, just wondering if its possible to se...
# ask-community
j
Jeremy Tee
04/05/2021, 10:00 AM
hi everybody, just wondering if its possible to search `task_run_id, flow_id`from the prefect UI?
v
Varun Joshi
04/05/2021, 10:36 AM
you can use the Graph QL interface to query the flow names and ids.
https://docs.prefect.io/orchestration/ui/interactive-api.html
🙌 1
k
Kevin Kho
04/05/2021, 2:17 PM
Copy code
query { flow { name id tasks { id name } } }
GraphQL query
🙌 1
3
Views
Open in Slack
Previous
Next