curl --location --request GET 'https://api.cloudflare.com/client/v4/accounts//storage/kv/namespaces//keys'
{
"errors": [],
"messages": [],
"result": [
{
"expiration": 1577836800,
"metadata": {
"someMetadataKey": "someMetadataValue"
},
"name": "My-Key"
}
],
"success": true,
"result_info": {
"count": 1,
"cursor": "6Ck1la0VxJ0djhidm1MdX2FyDGxLKVeeHZZmORS_8XeSuhz9SjIJRaSa2lnsF01tQOHrfTGAP3R5X1Kv5iVUuMbNKhWNAXHOl6ePB0TUL8nw"
}
}