Actions
Get Zero Trust Team List
Fetch all items of a single Zero Trust List.

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 |
|---|---|
| Account ID | The account ID to perform the action on. |
| List ID | The list ID. |
{
"errors": [],
"messages": [],
"result": [
[
{
"created_at": "2014-01-01T05:20:00.12345Z",
"value": "8GE8721REF"
}
]
],
"success": true,
"result_info": {
"count": 1,
"page": 1,
"per_page": 20,
"total_count": 2000
}
}
Was this page helpful?