builds__icons__list
Retrieve a list of icons associated with a specific build using its ID. Supports pagination to manage large result sets.
Instructions
List the icons belonging to a build. [GET /v1/builds/{id}/icons]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ID from the matching list call. | |
| limit | No | maximum resources per page | |
| next_url | No | Absolute links.next URL from a previous response. |