---
title: List all file sizes for a build bundle
framework: appstoreconnectapi
role: symbol
role_heading: Web Service Endpoint
path: appstoreconnectapi/get-v1-buildbundles-_id_-buildbundlefilesizes
---

# 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}/buildBundleFileSizes

## Path Parameters

id: The opaque resource ID that uniquely identifies the Build Bundles resource.

## Query Parameters

fields[buildBundleFileSizes]: Additional fields to include for each Build Bundle File Sizes resource returned by the response. limit: The number of Build Bundle File Sizes resources to return.

## Response Codes

200 OK: The request completed successfully. 400 Bad Request: An error occurred with your request. 401 Unauthorized: 403 Forbidden: Request not authorized. 404 Not Found: Resource not found. 429 :

## See Also

### Getting Build Bundle Information

- [Read the app clip domain cache status information for a build bundle](appstoreconnectapi/get-v1-buildbundles-_id_-appclipdomaincachestatus.md)
- [Read app clip domain debug status information for a build bundle](appstoreconnectapi/get-v1-buildbundles-_id_-appclipdomaindebugstatus.md)
- [List all beta app clip invocations for a build bundle](appstoreconnectapi/get-v1-buildbundles-_id_-betaappclipinvocations.md)
- [Get the App Clip domain cache status ID for a build bundle](appstoreconnectapi/get-v1-buildbundles-_id_-relationships-appclipdomaincachestatus.md)
- [Get the App Clip domain debug status ID for a build bundle](appstoreconnectapi/get-v1-buildbundles-_id_-relationships-appclipdomaindebugstatus.md)
- [List beta App Clip invocation IDs for a build bundle](appstoreconnectapi/get-v1-buildbundles-_id_-relationships-betaappclipinvocations.md)
- [List file size IDs for a build bundle](appstoreconnectapi/get-v1-buildbundles-_id_-relationships-buildbundlefilesizes.md)
