get_build_status
Retrieve build status by app and build ID to determine readiness for publishing or failure. Poll until the status reaches ready or failed.
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 |