beta_testers__list
List beta testers from App Store Connect with filters for email, name, app, build, beta group, or invite type. Sort and paginate results to find specific testers for your testing workflow.
Instructions
List beta testers. [GET /v1/betaTesters]
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_apps | No | filter by id(s) of related 'apps' Takes a 'apps' 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. | |
| filter_email | No | filter by attribute 'email' | |
| 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. | |
| filter_lastName | No | filter by attribute 'lastName' | |
| filter_firstName | No | filter by attribute 'firstName' | |
| filter_betaGroups | No | filter by id(s) of related 'betaGroups' Takes a 'betaGroups' 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. | |
| filter_inviteType | No | filter by attribute 'inviteType' | |
| fields_betaTesters | No | the fields to include for returned resources of type betaTesters Return only these attributes. A full row set can exceed 200 KB. |