Skip to main content

List Environments

Get a list of environments.

Parameters

ParameterDescription
WorkspaceThe id of the workspace for which you want to list environments.

Example Output

[
{
"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
}
]

Workflow Library Example

List Environments with Split and Send Results Via Email

Workflow LibraryPreview this Workflow on desktop