Actions
List Environments
Get a list of environments.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Workspace | The id of the workspace for which you want to list environments. |
[
{
"id": "4g18d030-c955-11ed-9886-eea06841c80c",
"type": "environment",
"name": "Prod-Default",
"production": true
},
{
"id": "4g210d90-c955-11ed-9886-eea06841c80c",
"type": "environment",
"name": "Staging-Default",
"production": false
}
]
Was this page helpful?