Contract Testing: List Branches
contract-testing_list_branchesList branches for a pacticipant in contract testing, with optional name filtering and pagination.
Instructions
Retrieve all branches for a given pacticipant, with optional filtering and pagination.
Toolset: Branches and Versions
Parameters:
pacticipantName (string) required: Name of the pacticipant
q (string): Filter branches by name
pageNumber (number): Page number (default: 1)
pageSize (number): Results per page (default: 100)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | No | Filter branches by name | |
| pageSize | No | Results per page (default: 100) | |
| pageNumber | No | Page number (default: 1) | |
| pacticipantName | Yes | Name of the pacticipant |