---
title: List all builds for a beta group
framework: appstoreconnectapi
role: symbol
role_heading: Web Service Endpoint
path: appstoreconnectapi/get-v1-betagroups-_id_-builds
---

# List all builds for a beta group

Get a list of builds associated with a specific beta group.

## URL

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

## Path Parameters

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

## Query Parameters

limit: Number of resources to return. fields[builds]: 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

### Reading Build and Beta Tester Information

- [Get all build ids in a beta group](appstoreconnectapi/get-v1-betagroups-_id_-relationships-builds.md)
- [List all beta testers in a beta group](appstoreconnectapi/get-v1-betagroups-_id_-betatesters.md)
- [Get all beta tester ids in a beta group](appstoreconnectapi/get-v1-betagroups-_id_-relationships-betatesters.md)
