Get all entries from a specific client list with optional filtering.
External DocumentationTo learn more, visit the Akamai Client List documentation.

Basic Parameters

ParameterDescription
Activation StatusFilter entries by activation status.
List IDThe ID of the client list to retrieve entries from.
PageThe page number to retrieve (starts from 0).
Page SizeThe maximum number of items to retrieve per page.
Return All PagesAutomatically fetch all resources, page by page.
SearchA text filter to match against all client list entries values.
SortSort the retrieved collection of client lists by property and order - ASC or DESC.

Format: caseSensitiveFieldName:DIRECTION

Examples:
* updateDate:ASC
* expirationDate:DESC

Advanced Parameters

ParameterDescription
Account Switch KeyAn account switch key to execute the operation on behalf of a different account.

Example Output

{
	"content": [
		{
			"createDate": "2023-04-05T18:20:42.892+00:00",
			"createdBy": "tyamada",
			"description": "Canada - North America",
			"expirationDate": "2023-12-31T23:59:19.700+00:00",
			"listId": "1234_MYIPLIST",
			"productionStatus": "INACTIVE",
			"stagingStatus": "INACTIVE",
			"tags": [
				"allowlist1"
			],
			"type": "GEO",
			"updateDate": "2023-04-05T18:20:42.892+00:00",
			"updatedBy": "tyamada",
			"value": "CA"
		},
		{
			"createDate": "2023-04-05T18:20:42.892+00:00",
			"createdBy": "adevi",
			"description": "Mexico - North America",
			"expirationDate": "2023-12-31T23:59:19.700+00:00",
			"listId": "1234_MYIPLIST",
			"productionStatus": "INACTIVE",
			"stagingStatus": "INACTIVE",
			"tags": [
				"allowlist1"
			],
			"type": "GEO",
			"updateDate": "2023-04-05T18:20:42.892+00:00",
			"updatedBy": "szhang",
			"value": "MX"
		}
	],
	"page": 0,
	"pageSize": 10,
	"totalElements": 25,
	"totalPages": 3
}

Workflow Library Example

Get Client List Entries with Akamai Client List and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop