build_beta_details__list
Check the TestFlight state of builds, including external testing availability and distribution method. Filter by build ID or detail attributes to get beta-specific status for your app.
Instructions
List the TestFlight state of builds: whether external testing is available and how the build was distributed. This is the beta side of a build — build attributes themselves come from builds__list. [GET /v1/buildBetaDetails]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| 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_build | No | filter by id(s) of related 'build' Takes a 'build' 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_buildBetaDetails | No | the fields to include for returned resources of type buildBetaDetails Return only these attributes. A full row set can exceed 200 KB. |