Contract Testing: Get Currently Supported Versions
contract-testing_get_currently_supported_versionsRetrieve all released and supported versions for a given environment. Specify an environment UUID to list available contract testing versions, with optional page and size controls.
Instructions
Retrieve all versions currently released and supported in a given environment.
Toolset: Environments and Deployments
Parameters:
environmentId (string) required: UUID of the environment
pageNumber (number): Page number (default: 1)
pageSize (number): Results per page (default: 5)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pageSize | No | Results per page | |
| pageNumber | No | Page number | |
| environmentId | Yes | UUID of the environment |