build_beta_details__list
Retrieve a list of build beta details, with options to filter by ID or build, include related resources, and paginate results using a next URL.
Instructions
List build beta details. [GET /v1/buildBetaDetails]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| 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_build | No | filter by id(s) of related 'build' |