Get a key's value
Returns the raw stored value for a key. The response body is the value exactly as it was written; the Content-Type header echoes the value’s stored content type (defaults to application/octet-stream).
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
KV namespace ID
Key name. Allowed characters: a-z A-Z 0-9 - _ / = .; maximum 256 characters; names starting with _ are reserved for system use. May contain /; URL-encode it so the whole string is treated as one key (for example user/1 -> user%2F1).
256^[-/_=.a-zA-Z0-9]+$Response
Value retrieved successfully. The Content-Type header is the value's stored content type (defaults to application/octet-stream).
The response is of type file.