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

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 |
|---|---|
| Activation Status | Filter entries by activation status. |
| List ID | The ID of the client list to retrieve entries from. |
| Page | The page number to retrieve (starts from 0). |
| Page Size | The maximum number of items to retrieve per page. |
| Return All Pages | Automatically fetch all resources, page by page. |
| Search | A text filter to match against all client list entries values. |
| Sort | Sort the retrieved collection of client lists by property and order - ASC or DESC.Format: caseSensitiveFieldName:DIRECTIONExamples: * updateDate:ASC* expirationDate:DESC |
| Parameter | Description |
|---|---|
| Account Switch Key | An account switch key to execute the operation on behalf of a different account. |
{
"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
}
Was this page helpful?