Contract Testing: Get Released Versions for Version
contract-testing_get_released_versions_for_versionFind release records for a pacticipant version in a given environment, identifying its deployment history and associated releases.
Instructions
Retrieve release records for a specific pacticipant version in a specific environment.
Toolset: Environments and Deployments
Parameters:
pacticipantName (string) required: Name of the pacticipant
versionNumber (string) required: Version number
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 | |
| versionNumber | Yes | Version number | |
| pacticipantName | Yes | Name of the pacticipant |