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.

Request Params

KeyDatatypeRequiredDescription
groupIdstring(Optional) Unique identifier for the Akamai group containing the EdgeWorker.
resourceTierIdstring(Optional) Unique identifier of the resource tier.
accountSwitchKeystring(Optional) For customers who manage more than one account, this runs the operation from another account. The Identity and Access Management API provides a list of available account switch keys.

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{"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}]}