Contract Testing: Get Integrations by Team
contract-testing_get_integrations_by_teamRetrieve consumer-provider integrations for a team using its UUID, with page and size controls for paginated results.
Instructions
Retrieve all consumer-provider integrations belonging to a specific team.
Toolset: Integrations and Network
Parameters:
teamId (string) required: UUID of the team
pageNumber (number): Page number (default: 1)
pageSize (number): Results per page (default: 5)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| teamId | Yes | UUID of the team | |
| pageSize | No | Results per page | |
| pageNumber | No | Page number |