Access to my dashboard via API

Hello,

I have a react native project with expo and I’m able to access to my builds in my dashboard using an url like the one below:

Log In — Expo

I would like to know if it’s possible to access to my last queued build of my project via API, just to get an url like Build Details — [buildID] — Expo with a single API call.

Thanks in advance!