All Collections
API
Build API - how to get the latest build status of an app
Build API - how to get the latest build status of an app
Jihye E avatar
Written by Jihye E
Updated over a week ago

Hi there!

You can get the build status of the last build by branch by running the API:
GET /v0.1/apps/{owner_name}/{app_name}/branches
. This will return the latest build in each branch of the app. 

For example, here is the response body:

Did this answer your question?