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

Preview this Workflow on desktop