List keys
Lists the keys in a namespace. Returns key names and metadata only, never values. Results are paginated with limit and an opaque cursor.
GET
JavaScript
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
KV namespace ID
Query Parameters
Return only keys that start with this prefix.
Maximum number of keys to return. Values above 1000 are treated as 1000.
Required range:
1 <= x <= 1000Opaque pagination cursor from a previous response's meta.cursor.
JavaScript