build_uploads__build_upload_files__list
Retrieve all files associated with a specific build upload, using its resource identifier to list each upload file.
Instructions
List the build upload files belonging to a build upload. [GET /v1/buildUploads/{id}/buildUploadFiles]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Resource identifier. | |
| limit | No | maximum resources per page | |
| next_url | No | Absolute `links.next` URL from a previous response, to fetch the next page. When set, all other parameters are ignored. |