Is there an API to get the URL for the latest successful build of a project?

We would like to integrate Unity Cloud Build with our automated deployment processes.
Is there any API we can use to get the URL for the latest successful build of a project?
Thx

There is. If you click on your Name then Cloud Build Settings there’s a link to your API key and if you click on the blue text API Key you can go to the API docs (!!! NOTICE: These docs are now deprecated - please use the new interactive documentation at https://build-api.cloud.unity3d.com/ · Apiary). I’m currently working on reworking the docs and they’ll be out soon.

In this case what will probably be most useful for you is to use the “List All Build Targets” endpoint and include the (undocumented as yet) parameter include_last_success set to true. That’ll get you a list of all your targets and their last successful build.

Thx. Can you please clarify if this is dependant on a specific subscription level?
We subscribed to Pro and expected the access to be available as per (https://build.cloud.unity3d.com/landing/).
However, in the control panel, this seems to require Studio/Enterprise.
Thx

(friendly bump)

This should be available for you where Tim had indicated (Top-right corner of page, click dropdown menu, select ‘Cloud Build Settings’ and scroll to the bottom of the page). API access is now available for all plans.

Hi. When I go to Unity ID I still get the following message under “API Key”
ONLY AVAILABLE WITH STUDIO & ENTERPRISE PLANS
Upgrade to a Studio or Enterprise plan to get this feature!
Thx

Hello. We have a Studio plan and are in fact able to use the API to download IPAs, DSym and APK. We already integrated it to our CI pipeline. One question we have is if we can via the api activate build sharing (get the short code for users to download the app) as we are currently notifying our whole team via slack, and would love to add the share link in the message.

(friendly bump)

When I go to https://build.cloud.unity3d.com/login/me I still get the following message under “API Key”
ONLY AVAILABLE WITH STUDIO & ENTERPRISE PLANS
Upgrade to a Studio or Enterprise plan to get this feature!
Thx

My bad. The ability to view your API key for all plans has been made available on the beta website, at the following link:

https://build-beta.cloud.unity3d.com/preferences

The bottom of that page should show your API key, regardless of what tier you’re subscribed to.