get_build_status
Poll a build status by ID to detect when it is ready for publishing or has failed, so you can proceed accordingly.
Instructions
Returns the status of a build by id. Poll until the status reaches ready (then publish_app) or failed. Non-destructive.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| app_id | Yes | The app ID | |
| build_id | Yes | The build ID to poll |