Retrieve App Build
Retrieves the details of an existing app build.
Authorizations
An Account API key, account-scoped JWT, App API key, or user OAuth token. Prepend the key or token with Bearer, for example Bearer ***************************.
Headers
Pins the request to a dated API version.
"2026-08-05-1"
Path Parameters
App build ID, prefixed abld_.
Response
app build retrieved
Client-generated checksum of the build file, used to verify file integrity.
When the build was uploaded, as an ISO 8601 timestamp.
URL to download the uploaded build artifact.
App build ID, prefixed abld_.
Whether this build is the currently active production build for its platform.
The target platform for this build.
ios, android, web "ios"
Feedback from the reviewer explaining a rejection, or null if the build has not been reviewed or was approved.
URL to download the compressed source code archive that produced this build, or null when the build was uploaded without a source archive.
The build's review status.
draft, pending, approved, rejected "draft"
The view types this build supports, as declared by the developer.
hub, discover, dash, dashboard, analytics, skills, openapi 
