---
title: List all individual testers for a build
framework: appstoreconnectapi
role: symbol
role_heading: Web Service Endpoint
path: appstoreconnectapi/get-v1-builds-_id_-individualtesters
---

# List all individual testers for a build

Get a list of beta testers individually assigned to a build.

## URL

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

## Path Parameters

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

## Query Parameters

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

### Listing Individually Assigned Beta Testers

- [Get all resource ids of individual testers for a build](appstoreconnectapi/get-v1-builds-_id_-relationships-individualtesters.md)
