builds__individual_testers__list
Retrieve a list of individual testers assigned to a specific build. Helps identify who can test the build.
Instructions
List the individual testers belonging to a build. [GET /v1/builds/{id}/individualTesters]
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. |