List properties

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

View the list of properties using an existing EdgeWorker ID. You can limit the results to active properties.

Request Params

KeyDatatypeRequiredDescription
activeOnlystring(Optional) When enabled, limits results to active properties.
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

{"limitedAccessToProperties":false,"properties":[{"latestVersion":147,"productionVersion":null,"propertyId":4567,"propertyName":"www.customer.com","stagingVersion":147},{"latestVersion":56,"productionVersion":55,"propertyId":6789,"propertyName":"www.other.customer.com","stagingVersion":56}]}