List revision activations

GET https://{{host}}/edgeworkers/v1/ids/:edgeWorkerId/revisions/activations

Beta List activations for an existing EdgeWorker revision based on the EdgeWorker's ID. To learn more about Flexible Composition, refer to the EdgeWorkers guide.

Request Params

KeyDatatypeRequiredDescription
versionstring(Optional) Unique identifier for a specific EdgeWorker version.
activationIdstring(Optional) Filters results to a specific activation.
networkstring(Optional) Enum The network on which to use this authentication token, either STAGING or PRODUCTION. If not specified, the token is created for the network where the last property version activation occurred.
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

{"revisionActivations":[{"accountId":"A-CCT3456","activationId":5,"createdTime":"2023-08-18T23:19:01Z","edgeWorkerId":42,"lastModifiedTime":"2023-08-18T23:22:01Z","network":"STAGING","revisionId":"5-2","status":"COMPLETE","version":"0.4"},{"accountId":"A-CCT9012","activationId":5,"createdBy":"jsmith","createdTime":"2023-07-14T17:17:43Z","edgeWorkerId":42,"lastModifiedTime":"2023-07-14T17:20:09Z","network":"STAGING","revisionId":"5-1","status":"COMPLETE","version":"0.4"},{"accountId":"A-CCT5678","activationId":4,"createdTime":"2023-07-13T19:06:40Z","edgeWorkerId":42,"lastModifiedTime":"2023-07-13T19:09:01Z","network":"STAGING","revisionId":"4-1","status":"COMPLETE","version":"0.4"}]}