build_uploads__get
Retrieve a single build upload by its ID to inspect version, state, platform, and upload dates. Optionally include related build and asset files in the same call to avoid extra requests.
Instructions
Read one build upload by ID. [GET /v1/buildUploads/{id}]
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. | |
| fields_buildUploads | No | the fields to include for returned resources of type buildUploads Return only these attributes. A full row set can exceed 200 KB. |