I'm trying to use BuildHub to get the appBuildId of the latest Nightly build. I came up with this query:
https://buildhub.prod.mozaws.net/v1/buckets/build-hub/collections/releases/records?_limit=5&source.product=firefox&target.locale=en-US&target.channel=nightly
But whenever I try to hit it I get a 504 gateway timeout error. If I remove the &target.channel=nightly bit it returns in a few seconds with results from Beta. I also haven't figured out how to order the results to ensure I'm getting the latest appBuildId.
Any help is appreciated!
I'm trying to use BuildHub to get the appBuildId of the latest Nightly build. I came up with this query:
https://buildhub.prod.mozaws.net/v1/buckets/build-hub/collections/releases/records?_limit=5&source.product=firefox&target.locale=en-US&target.channel=nightly
But whenever I try to hit it I get a 504 gateway timeout error. If I remove the
&target.channel=nightlybit it returns in a few seconds with results from Beta. I also haven't figured out how to order the results to ensure I'm getting the latest appBuildId.Any help is appreciated!