List kv store keys
GET {{fastly_url}}/resources/stores/kv/{{store_id}}/keys?cursor&limit&prefix
List the keys of all items within an kv store.
Authorization: API token with at least Engineer permissions.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
cursor | null | To be used for paginating through results. | |
limit | null | The maximum number of items included the response. | |
prefix | null | Prefix match for items to include in the resultset. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Host | string | ||
Accept | string |