Contract Testing: Get Integrations by Team
contract-testing_get_integrations_by_teamRetrieve all consumer-provider integrations belonging to a specified team. Use pagination parameters to control results per page and page number for efficient data retrieval.
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 |