beta_groups__list
Retrieve a list of beta groups from App Store Connect. Supports filtering by app, name, build, public link status, and internal group, with sorting and pagination.
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 | |
| next_url | No | Absolute `links.next` URL from a previous response, to fetch the next page. When set, all other parameters are ignored. | |
| filter_id | No | filter by id(s) | |
| filter_app | No | filter by id(s) of related 'app' | |
| filter_name | No | filter by attribute 'name' | |
| filter_builds | No | filter by id(s) of related 'builds' | |
| 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' |