It would be great to have the ability to quickly get the latest build of each workflow for an app (or better: all apps).
Use case: we have a dashboard app that lists all our apps and provides an “install” button (linking to the public install page of a build) for each workflow.
Right now this is only possible with a lot of API requests:
get all apps
get last X builds for each app
get artifacts for each build
get artifact details for IPA artifact