Hi! Is there an endpoint to list all executions across projects/domains? Like this, but without the project/domain parameters.
k
katrina
01/07/2022, 5:02 PM
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
Yee
01/07/2022, 5:05 PM
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
Sonja Ericsson
01/07/2022, 5:13 PM
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