list_environments
Retrieve all test environments for a project using its code. Supports pagination with limit and offset.
Instructions
Get all test environments in a project
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes | Project code (2-10 uppercase letters, numbers, or underscores) | |
| limit | No | Maximum number of items | |
| offset | No | Number of items to skip |