---
title: List all builds individually assigned to a beta tester
framework: appstoreconnectapi
role: symbol
role_heading: Web Service Endpoint
path: appstoreconnectapi/get-v1-betatesters-_id_-builds
---

# List all builds individually assigned to a beta tester

Get a list of builds individually assigned to a specific beta tester.

## URL

GET https://api.appstoreconnect.apple.com/v1/betaTesters/{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 Beta Tester Details

- [List all apps for a beta tester](appstoreconnectapi/get-v1-betatesters-_id_-apps.md)
- [Get all app resource ids for a beta tester](appstoreconnectapi/get-v1-betatesters-_id_-relationships-apps.md)
- [Get all ids of builds individually assigned to a beta tester](appstoreconnectapi/get-v1-betatesters-_id_-relationships-builds.md)
- [List all beta groups to which a beta tester belongs](appstoreconnectapi/get-v1-betatesters-_id_-betagroups.md)
- [Get all beta group ids of a beta tester's groups](appstoreconnectapi/get-v1-betatesters-_id_-relationships-betagroups.md)
