Get record
GET/v2/key-value-stores/:storeId/records/:recordKey
ClientsGets a value stored in the key-value store under a specific key.
The response body has the same Content-Encoding
header as it was set in
Put record.
If the request does not define the Accept-Encoding
HTTP header with the
right encoding, the record will be decompressed.
Most HTTP clients support decompression by default. After using the HTTP
client with decompression support, the Accept-Encoding
header is set by
the client and body is decompressed automatically.
Request
Responses
- 200
- 302
Response Headers
Response Headers
Location