builds__icons__list
Retrieve icons associated with a specific build by providing its identifier. Supports pagination via limit and next_url parameters.
Instructions
List the icons belonging to a build. [GET /v1/builds/{id}/icons]
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. |