Retrieve All Environments action.
Actions
Get Environment
Get an environment by ID. Can be obtained via the

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.
Retrieve All Environments action.
| Parameter | Description |
|---|---|
| Environment ID | The ID of the environment to retrieve. Can be obtained via the Retrieve All Environments action. |
{
"name": "john-doe-env",
"id": "3d1f8e59b2aeca781234567",
"created_at": 1682847227,
"updated_at": 1682847227,
"updated_by": "b710e234d8f6a2c123456789",
"created_by": "b710e234d8f6a2c123456789",
"filter": "source_system = '*.*'"
}
Was this page helpful?