Actions
List Segments In Environment
Retrieves the Segments given an environment.

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 |
|---|---|
| Environment | The id or case sensitive name of the environment in which you want get the segments. |
| Workspace | The id of the workspace from which you want a list of segments. |
{
"objects": [
{
"name": "<string>",
"environment": {
"id": "<string>",
"name": "<string>"
},
"trafficType": {
"id": "<string>",
"name": "<string>"
},
"creationTime": 2409693738374
}
],
"offset": 2,
"limit": 25,
"totalCount": 2
}
Was this page helpful?