curl --request GET \
--url https://platform.kodexa.ai/api/assistants/{id}/memory/{key} \
--header 'x-api-key: <api-key>'{}Returns the value of a specific memory entry for the assistant. Memory entries persist state across executions.
curl --request GET \
--url https://platform.kodexa.ai/api/assistants/{id}/memory/{key} \
--header 'x-api-key: <api-key>'{}API key for authentication. Create one from the Kodexa platform UI under Settings > Access Tokens.
Unique identifier (UUID) of the resource.
Key of the memory entry.
Memory entry value
The response is of type object.