---
title: Read the build information of an app store version
framework: appstoreconnectapi
role: symbol
role_heading: Web Service Endpoint
path: appstoreconnectapi/get-v1-appstoreversions-_id_-build
---

# Read the build information of an app store version

Get the build that is attached to a specific App Store version.

## URL

GET https://api.appstoreconnect.apple.com/v1/appStoreVersions/{id}/build

## Path Parameters

id: An opaque resource ID that uniquely identifies the resource. Obtain the App Store version resource ID from the List all app store versions for an app response.

## Query Parameters

fields[builds]: Additional fields to include for each build resource returned by the response.

## 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

### Attaching a Build to a Version

- [Get the build id for an app store version](appstoreconnectapi/get-v1-appstoreversions-_id_-relationships-build.md)
- [Modify the build for an app store version](appstoreconnectapi/patch-v1-appstoreversions-_id_-relationships-build.md)
