List All File Sizes for a Build Bundle
Get all file sizes for a specific build bundle.
URL
GET https://api.appstoreconnect.apple.com/v1/buildBundles/{id}/buildBundleFileSizesPath Parameters
| Name | Type | Description |
|---|---|---|
id Required | string | The opaque resource ID that uniquely identifies the Build Bundles resource. |
Query Parameters
| Name | Type | Description |
|---|---|---|
fields[buildBundleFileSizes] Optional | [string] | Additional fields to include for each Build Bundle File Sizes resource returned by the response. |
limit Optional | integer | The number of Build Bundle File Sizes resources to return. |
Response Codes
| Status | Reason | Type | Description |
|---|---|---|---|
| 200 | OK Content-Type: application/json | BuildBundleFileSizesResponse | The request completed successfully. |
| 400 | Bad Request Content-Type: application/json | ErrorResponse | An error occurred with your request. |
| 401 | Unauthorized Content-Type: application/json | ErrorResponse | |
| 403 | Forbidden Content-Type: application/json | ErrorResponse | Request not authorized. |
| 404 | Not Found Content-Type: application/json | ErrorResponse | Resource not found. |
| 429 | Content-Type: application/json | ErrorResponse |
See Also
Getting Build Bundle Information
Read the App Clip Domain Cache Status Information for a Build BundleRead App Clip Domain Debug Status Information for a Build BundleList All Beta App Clip Invocations for a Build BundleGET /v1/buildBundles/{id}/relationships/appClipDomainCacheStatusGET /v1/buildBundles/{id}/relationships/appClipDomainDebugStatusGET /v1/buildBundles/{id}/relationships/betaAppClipInvocationsGET /v1/buildBundles/{id}/relationships/buildBundleFileSizes