Get Environments
get-environmentsRetrieve a list of environments from env0, with optional filters by project, name, or ID. Limit and offset control pagination.
Instructions
Get the environments from env0
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| 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 | |
| name | No | The name of the environment to get | |
| limit | No | The maximum number of environments to return | |
| offset | No |