List App Builds
Returns a paginated list of build artifacts for an app, newest first, with optional platform, status, and creation-date filters.
Authorizations
A company API key, company scoped JWT, app API key, or user OAuth token. You must prepend your key/token with the word 'Bearer', which will look like Bearer ***************************
Headers
Pins the request to a dated API version.
"2026-07-20"
Query Parameters
The app to list builds for, prefixed app_.
Filter builds by target platform.
ios, android, web Filter builds by review status.
draft, pending, approved, rejected Only return builds created before this ISO 8601 timestamp.
Only return builds created after this ISO 8601 timestamp.
The number of builds to return (default 20, max 100).
A cursor; returns builds after this position.
The number of builds to return from the end of the range.
A cursor; returns builds before this position.

