Hi! Is there an endpoint to list all executions ac...
# announcements
s
Hi! Is there an endpoint to list all executions across projects/domains? Like this, but without the project/domain parameters.
k
no unfortunately, but you can fetch all the projects using the projects endpoint and iterate over the executions for project+domain combinations from there
y
it’s indexed on proj/domain right?
if you don’t have that then it’s a full table dump right? which in some cases may be 1mm+ executions?
s
Ok thank you! I can do that^^. Just wanted to check if there was a quick way I missed. I haven’t checked how its structured, but I would only need the currently running executions, so I could use a filter for that I believe. I can experiment
k
yep absolutely, btw https://docs.flyte.org/en/latest/concepts/admin.html#adding-request-filters goes over how to add request filters
🙏 1
168 Views