I tried adding the app name (slug) after /apps in the URL but that just 404s. I don’t see anything in the docs for setting which app I want to list the machines for?
Perfect, thanks! Just a heads up, the docs show user-functions in the url.
Edit: whoops, user-functions was the example fly app name in the docs, I missed that somehow! My mistake.
I also thought the docs were confusing – it’s easy to assume that “user-functions” is a fixed part of the URL rather than an example app name (compare with Netlify functions, where the URI is /.netlify/functions/... and the word “functions” is literal rather than a placeholder). Maybe change the example app name in the docs to something more obvious, e.g. my-app?