builds__individual_testers__list
Fetch the list of individual testers assigned to a build. Provide the build ID to retrieve tester details, with optional pagination for large result sets.
Instructions
List the individual testers belonging to a build. [GET /v1/builds/{id}/individualTesters]
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. |