---
title: Read build beta detail information
framework: appstoreconnectapi
role: symbol
role_heading: Web Service Endpoint
path: appstoreconnectapi/get-v1-buildbetadetails-_id_
---

# Read build beta detail information

Get a specific build beta details resource.

## URL

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

## Path Parameters

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

## Query Parameters

fields[buildBetaDetails]: Fields to return for included related types. fields[builds]: Fields to return for included related types. include: Relationship data to include in 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

### Getting Build Beta Details Information

- [List build beta details](appstoreconnectapi/get-v1-buildbetadetails.md)
- [Read the build information of a build beta detail](appstoreconnectapi/get-v1-buildbetadetails-_id_-build.md)
- [Get the build ID for a build beta detail](appstoreconnectapi/get-v1-buildbetadetails-_id_-relationships-build.md)
