---
title: List all beta groups for an app
framework: appstoreconnectapi
role: symbol
role_heading: Web Service Endpoint
path: appstoreconnectapi/get-v1-apps-_id_-betagroups
---

# List all beta groups for an app

Get a list of beta groups associated with a specific app.

## URL

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

## Path Parameters

id: An opaque resource ID that uniquely identifies the resource. Obtain the app resource ID from the List apps response.

## Query Parameters

fields[betaGroups]: Fields to return for included related types. limit: Number of resources to return.

## 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 :

## Discussion

Discussion Example Request and Response

## See Also

### Getting beta tester information for TestFlight

- [List beta group IDs for an app](appstoreconnectapi/get-v1-apps-_id_-relationships-betagroups.md)
- [Remove specified beta testers from all groups and builds of an app](appstoreconnectapi/delete-v1-apps-_id_-relationships-betatesters.md)
