Logo
Akamai APIs API Documentation

List EdgeWorker IDs

GET https://{{host}}/edgeworkers/v1/ids

View a list of EdgeWorker IDs created for your account. You can choose to specify the group and resource tier in the request to filter the response.

 

Body PARAM

Key Datatype Required Description 
groupId
string (Optional) Unique identifier for the Akamai group containing the EdgeWorker.
resourceTierId
string (Optional) Unique identifier of the resource tier.
accountSwitchKey
string (Optional) For customers who manage more than one account, this [runs the operation from another account](https://techdocs.akamai.com/developer/docs/manage-many-accounts-with-one-api-client). The Identity and Access Management API provides a [list of available account switch keys](https://techdocs.akamai.com/iam-api/reference/get-client-account-switch-keys).



HEADERS

Key Datatype Required Description 
Accept
string




RESPONSES

status OK

Curl
curl -X GET 'https://host/edgeworkers/v1/ids?groupId=&resourceTierId=&accountSwitchKey=' -H 'Accept: application/json'

ENDPOINTS

    { "edgeWorkerIds": [ { "accountId": "A-CCT1234", "createdBy": "jsmith", "createdTime": "2020-10-15T14:49:40Z", "description": "Geo-blocking EdgeWorker", "edgeWorkerId": 1, "groupId": 54321, "lastModifiedBy": "jsmith", "lastModifiedTime": "2020-10-15T15:21:15Z", "name": "Ew_1", "resourceTierId": 100 }, { "accountId": "A-CCT1234", "createdBy": "jsmith", "createdTime": "2020-10-15T16:54:40Z", "edgeWorkerId": 2, "groupId": 54321, "lastModifiedBy": "jsmith", "lastModifiedTime": "2020-10-15T16:54:40Z", "name": "EdgeWorker #2", "resourceTierId": 200 } ] }