beta_groups__list
Retrieve beta groups from App Store Connect, with optional filters by app, name, or build, and sort by date or name. Includes related app, builds, beta testers, or recruitment criteria in a single request.
Instructions
List beta groups. [GET /v1/betaGroups]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sort | No | comma-separated list of sort expressions; resources will be sorted as specified | |
| limit | No | maximum resources per page | |
| include | No | comma-separated list of relationships to include Pull related records in the same call. Without it, checking a relationship costs one extra call per row returned. | |
| next_url | No | Absolute links.next URL from a previous response. | |
| filter_id | No | filter by id(s) | |
| filter_app | No | filter by id(s) of related 'app' The numeric Apple ID from apps__list, not the bundle ID. A bundle ID matches nothing and comes back as 200 with an empty list. | |
| filter_name | No | filter by attribute 'name' | |
| filter_builds | No | filter by id(s) of related 'builds' Takes a 'builds' resource id, read from the call that lists them — not a name. A value that matches nothing returns 200 with an empty list rather than an error. | |
| fields_betaGroups | No | the fields to include for returned resources of type betaGroups Return only these attributes. A full row set can exceed 200 KB. | |
| filter_publicLink | No | filter by attribute 'publicLink' | |
| filter_isInternalGroup | No | filter by attribute 'isInternalGroup' | |
| filter_publicLinkEnabled | No | filter by attribute 'publicLinkEnabled' | |
| filter_publicLinkLimitEnabled | No | filter by attribute 'publicLinkLimitEnabled' |