apps__builds__list
List app builds sorted by upload date, newest first. Accepts app name, bundle ID, or Apple ID; supports pagination and field selection.
Instructions
List builds uploaded for an app, newest first when sorted by -uploadedDate. [GET /v1/apps/{id}/builds]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | App name, bundle ID (com.example.app) or numeric Apple ID. | |
| limit | No | maximum resources per page | |
| next_url | No | Absolute links.next URL from a previous response. | |
| 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. |