got it! I’m currently working on a fun challenge. A user adds a graph to a repo and in the same sequence they attempt to run the added graph all in about < 2 seconds. As expected this graph cannot be found. To handle this I call refresh before the run-id call. The tricky part is all of this has to be async. I can’t block the service waiting for the refresh to finish and I’m finding that the refresh call takes a little longer.. I’ll continue to mess around.. thanks