Actions
List Segments
Lists Segments in your organization for a given workspace.

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 that from which you want a list of segments. |
{
"objects": [
{
"name": "SEGMENT_1",
"description": "",
"trafficType": {
"id": "...",
"name": "user"
},
"creationTime": 1527012776469,
"tags": null
}
],
"offset": 0,
"limit": 20,
"totalCount": 1
}
Was this page helpful?