Actions
List Traffic Types
Get a list of traffic types.

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 from which you want a list of traffic types. |
[
{
"id": "<string>",
"name": "<string>",
"displayAttributeId": "<string>",
"workspace": {
"type": "<string>",
"id": "<string>",
"name": "<string>"
},
"type": "<string>"
}
]
Was this page helpful?