---
title: List all beta build localizations of a build
framework: appstoreconnectapi
role: symbol
role_heading: Web Service Endpoint
path: appstoreconnectapi/get-v1-builds-_id_-betabuildlocalizations
---

# List all beta build localizations of a build

Get a list of localized beta test information for a specific build.

## URL

GET https://api.appstoreconnect.apple.com/v1/builds/{id}/betaBuildLocalizations

## Path Parameters

id: An opaque resource ID that uniquely identifies the resource.

## Query Parameters

fields[betaBuildLocalizations]: Fields to return for included related types. limit: Number of resources to return.

## Response Codes

200 OK: 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 Information Associated with Builds

- [Read the build beta details information of a build](appstoreconnectapi/get-v1-builds-_id_-buildbetadetail.md)
- [Get the build beta detail ID for a build](appstoreconnectapi/get-v1-builds-_id_-relationships-buildbetadetail.md)
- [Read the app encryption declaration of a build](appstoreconnectapi/get-v1-builds-_id_-appencryptiondeclaration.md)
- [Get the app encryption declaration id for a build](appstoreconnectapi/get-v1-builds-_id_-relationships-appencryptiondeclaration.md)
- [List beta build localization IDs for a build](appstoreconnectapi/get-v1-builds-_id_-relationships-betabuildlocalizations.md)
- [List all diagnostic signatures for a build](appstoreconnectapi/get-v1-builds-_id_-diagnosticsignatures.md)
- [List all icons for a build](appstoreconnectapi/get-v1-builds-_id_-icons.md)
- [List icon IDs for a build](appstoreconnectapi/get-v1-builds-_id_-relationships-icons.md)
- [List diagnostic signature IDs for a build](appstoreconnectapi/get-v1-builds-_id_-relationships-diagnosticsignatures.md)
- [Get the App Store version ID for a build](appstoreconnectapi/get-v1-builds-_id_-relationships-appstoreversion.md)
