Fetch all items of a single Zero Trust List.

Parameters

ParameterDescription
Account IDThe account ID to perform the action on.
List IDThe list ID.

Example Output

{
	"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
	}
}

Workflow Library Example

Get Zero Trust Team List with Cloudflare and Send Results Via Email

Preview this Workflow on desktop