Zero TrustZero Trust Lists

Get Zero Trust list items

GET
Fetches all items in a single Zero Trust list.

Path parameters

uuidstringRequired
API Resource UUID tag.
identifierstringRequired

Response

This endpoint returns an object
result
list of lists of objectsOptional
The items in the list.
GET
1curl https://api.cloudflare.com/client/v4/accounts/699d98642c564d2e855e9661899b7252/gateway/lists/f174e90a-fafe-4643-bbbc-4a0ed4fc8415/items \
2 -H "Authorization: Bearer <token>"
200Retrieved
1{
2 "result": [
3 [
4 {
5 "created_at": "2014-01-01T05:20:00.12345Z",
6 "value": "8GE8721REF"
7 }
8 ]
9 ]
10}