builds__list
Retrieve a list of uploaded builds across all apps, sorted newest first. Filter by app, version, or processing state to narrow results.
Instructions
List uploaded builds across all apps, newest first with sort=-uploadedDate. Filter by app, version or processing state. For one app's builds use apps__builds__list instead. [GET /v1/builds]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sort | No | comma-separated list of sort expressions; resources will be sorted as specified | |
| limit | No | maximum resources per page | |
| include | No | comma-separated list of relationships to include Pull related records in the same call. Without it, checking a relationship costs one extra call per row returned. | |
| next_url | No | Absolute links.next URL from a previous response. | |
| filter_id | No | filter by id(s) | |
| filter_app | No | filter by id(s) of related 'app' The numeric Apple ID from apps__list, not the bundle ID. A bundle ID matches nothing and comes back as 200 with an empty list. | |
| fields_builds | No | the fields to include for returned resources of type builds Return only these attributes. A full row set can exceed 200 KB. | |
| filter_expired | No | filter by attribute 'expired' | |
| filter_version | No | filter by attribute 'version' | |
| filter_betaGroups | No | filter by id(s) of related 'betaGroups' Takes a 'betaGroups' resource id, read from the call that lists them — not a name. A value that matches nothing returns 200 with an empty list rather than an error. | |
| filter_appStoreVersion | No | filter by id(s) of related 'appStoreVersion' Takes a 'appStoreVersion' resource id, read from the call that lists them — not a name. A value that matches nothing returns 200 with an empty list rather than an error. | |
| filter_processingState | No | filter by attribute 'processingState' | |
| filter_buildAudienceType | No | filter by attribute 'buildAudienceType' | |
| filter_preReleaseVersion | No | filter by id(s) of related 'preReleaseVersion' Takes a 'preReleaseVersion' resource id, read from the call that lists them — not a name. A value that matches nothing returns 200 with an empty list rather than an error. | |
| exists_usesNonExemptEncryption | No | filter by attribute 'usesNonExemptEncryption' | |
| filter_usesNonExemptEncryption | No | filter by attribute 'usesNonExemptEncryption' | |
| filter_preReleaseVersion.version | No | filter by attribute 'preReleaseVersion.version' | |
| filter_preReleaseVersion.platform | No | filter by attribute 'preReleaseVersion.platform' | |
| filter_betaAppReviewSubmission.betaReviewState | No | filter by attribute 'betaAppReviewSubmission.betaReviewState' |