Logo
Akamai APIs API Documentation

List items within a group

GET https://{{host}}/edgekv/v1/networks/:network/namespaces/:namespaceId/groups/:groupId

View the details of an EdgeKV item (key-value pair) within a group. You need to specify the namespace and group the item belongs to. This operation returns up to 100 items by default or the number of items specified in the maxItems. If there are more than the default or requested items in the specified group, the operation returns a random set of the default or requested items. It can take ten seconds or longer to read an item that has been written to EdgeKV. The API may respond with a 404 error during that period. This is normal behavior for EdgeKV, which is an eventually consistent database.

 

Body PARAM

Key Datatype Required Description 
maxItems
string (Optional) If specified, maximum number of items to return per request, up to the system [limits](https://techdocs.akamai.com/edgekv/docs/limits).
sandboxId
string (Optional) Accesses EdgeKV data in the specified sandbox environment. To list existing sandbox identifiers, run the Sandbox API's [List sandboxes](https://techdocs.akamai.com/sandbox/reference/get-sandboxes) operation.
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

[ "US", "DE" ]

Curl
curl -X GET 'https://host/edgekv/v1/networks/:network/namespaces/:namespaceId/groups/:groupId?maxItems=&sandboxId=&accountSwitchKey=' -H 'Accept: application/json'

ENDPOINTS