---
title: Read the prerelease version of a build
framework: appstoreconnectapi
role: symbol
role_heading: Web Service Endpoint
path: appstoreconnectapi/get-v1-builds-_id_-prereleaseversion
---

# Read the prerelease version of a build

Get the prerelease version for a specific build.

## URL

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

## Path Parameters

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

## Query Parameters

fields[preReleaseVersions]: Fields to return for included related types.

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

- [List builds](appstoreconnectapi/get-v1-builds.md)
- [Read build information](appstoreconnectapi/get-v1-builds-_id_.md)
- [Read the app information of a build](appstoreconnectapi/get-v1-builds-_id_-app.md)
- [Read the app id of a build](appstoreconnectapi/get-v1-builds-_id_-relationships-app.md)
- [Read the app store version information of a build](appstoreconnectapi/get-v1-builds-_id_-appstoreversion.md)
- [Get the App Store version ID for a build](appstoreconnectapi/get-v1-builds-_id_-relationships-appstoreversion.md)
- [Get the prerelease version ID for a build](appstoreconnectapi/get-v1-builds-_id_-relationships-prereleaseversion.md)
- [Read Usage Metrics for a Beta Build](appstoreconnectapi/get-v1-builds-_id_-metrics-betabuildusages.md)
