Get Environments
get-environmentsRetrieve environment information from env0 using name, project ID, or environment ID. Control result size with limit and offset.
Instructions
Get the environments from env0
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | The name of the environment to get | |
| limit | No | The maximum number of environments to return | |
| offset | No | ||
| projectId | No | The ID of the project to get environments for | |
| environmentId | No | The ID of the environment to get, if specified will ignore other parameters |