List App Builds
Returns a paginated list of build artifacts for an app, newest first, with optional platform, status, and creation-date filters.
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-09-15"
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.
Number of results to return from the start of the range.
x <= 100Return results after this cursor. Use page_info.end_cursor from the previous response to fetch the next page.
Number of results to return from the end of the range.
x <= 100Return results before this cursor. Use page_info.start_cursor from the previous response to fetch the previous page.

