Get a memory
Fetch one active memory by key and scope. Omit scope parameters to use automatic scope resolution. Function-authenticated requests use their own Function id and cannot override it. Function scope uses a function id UUID in scope_id.
Query parameters
Memory key. Must be at most 512 UTF-8 bytes.
Explicit scope type. Omit to use automatic scope resolution. Pass function with scope_id=<function-id>, or org with no scope_id. Function-authenticated requests cannot override their automatic Function scope.
Function id UUID when scope_type=function. Not valid with scope_type=org. Function-authenticated requests may only use their own Function id.
Headers
Optional function id UUID used as the default scope for non-function-authenticated requests when query scope parameters are omitted.
Response
Memory record with value.