apps__build_uploads__list
List build uploads for an app using its name, bundle ID, or Apple ID. Filter by platform, state, or bundle version and sort results for quick access.
Instructions
List the build uploads belonging to an app. [GET /v1/apps/{id}/buildUploads]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | App name, bundle ID (com.example.app) or numeric Apple ID. | |
| 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_state | No | filter by state | |
| filter_platform | No | filter by attribute 'platform' | |
| fields_buildUploads | No | the fields to include for returned resources of type buildUploads Return only these attributes. A full row set can exceed 200 KB. | |
| filter_cfBundleVersion | No | filter by attribute 'cfBundleVersion' | |
| filter_cfBundleShortVersionString | No | filter by attribute 'cfBundleShortVersionString' |