External DocumentationTo learn more, visit the Cisco Umbrella documentation.
Actions
List Destination Lists
List all destination lists.

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 |
|---|---|
| Limit | Limit the number of elements on the response. |
| Page | The page number to be returned. |
[
{
"id": 1234567,
"organizationId": 2345678,
"access": "allow",
"isGlobal": true,
"name": "Global Allow List",
"thirdpartyCategoryId": 0,
"createdAt": 1490206249,
"modifiedAt": 1520476127,
"isMspDefault": false,
"markedForDeletion": false,
"bundleTypeId": 2,
"meta": {
"destinationCount": 5,
"domainCount": 5,
"urlCount": 0,
"ipv4Count": 0
}
}
]
Was this page helpful?