Python
Edge Storage
List available edge stores
Retrieve key-value storage stores available to the authenticated client. Stores can contain KV pairs, sorted sets, or bloom filters for edge application data.
GET
Python
Documentation Index
Fetch the complete documentation index at: https://gcore-doc-915.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API key for authentication. Make sure to include the word apikey, followed by a single space and then your token.
Example: apikey 1234$abcdef
Query Parameters
Filter stores by application ID. Returns only stores associated with this app.
Required range:
x >= 1Maximum number of stores to return per page
Required range:
1 <= x <= 1000Number of stores to skip for pagination
Required range:
x >= 0