TOOL API

get-key-value-store-record

Get the value stored under a specific key in a key-value store — a single record, not a listing of all keys. Requires the exact key name. The response preserves the original Content-Encoding; most clients handle decompression automatically. USAGE: - Use when you need to retrieve a specific record (JSON, text, or binary) from a store. USAGE EXAMPLES: - user_input: Get record INPUT from store abc123 - user_input: Get record data.json from store username~my-store

creativeOAuth1 credits

Call information

Tool slug
apify-mcp-server.get-key-value-store-record
Provider
Apify
Average response
0 ms
Calls in 7 days
0

Input parameters

keyValueStoreIdrequired

Key-value store ID or username~store-name.

recordKeyrequired

Key of the record to retrieve.