Get the activation status for a client list in a specific network environment.
External DocumentationTo learn more, visit the Akamai Client List documentation.

Basic Parameters

ParameterDescription
List IDThe ID of the client list to retrieve activation status for.
NetworkThe network environment to check activation status in.

Advanced Parameters

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

Example Output

{
	"action": "ACTIVATE",
	"activationId": 961,
	"activationStatus": "PENDING_ACTIVATION",
	"comments": "Activation of GEO allowlist list",
	"createDate": "2023-04-05T18:46:56.365Z",
	"createdBy": "tyamada",
	"fast": true,
	"listId": "1234_NORTHAMERICAGEOALLOWLIST",
	"network": "PRODUCTION",
	"notificationRecipients": [
		"nomail@akamai.com"
	],
	"siebelTicketId": "ABC",
	"version": 1
}

Workflow Library Example

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