Contract Testing: List Pacticipants by Label
contract-testing_list_pacticipants_by_labelList pacticipants filtered by a specific label. Supply a label name to retrieve matching pacticipants, with optional pagination controls for results.
Instructions
Retrieve all pacticipants that have a specific label applied.
Toolset: Labels
Parameters:
labelName (string) required: Label name to filter by
pageNumber (number): Page number (default: 1)
pageSize (number): Results per page (default: 5)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pageSize | No | Results per page | |
| labelName | Yes | Label name to filter by | |
| pageNumber | No | Page number |