build_beta_details__build__get
Retrieve the build associated with a build beta detail by its ID. Optionally include related records in the same call to minimize API requests.
Instructions
Read the build for a build beta detail. [GET /v1/buildBetaDetails/{id}/build]
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. |