builds__build_beta_detail__get
Retrieve beta testing details for a specific build, including optional related records like build information, using a single API call.
Instructions
Read the build beta detail for a build. [GET /v1/builds/{id}/buildBetaDetail]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ID from the matching list call. | |
| 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. |