Skip to main content
GET
/
api
/
assistants
/
{id}
/
memory
/
{key}
Get assistant memory entry
curl --request GET \
  --url https://platform.kodexa.ai/api/assistants/{id}/memory/{key} \
  --header 'x-api-key: <api-key>'
{}

Authorizations

x-api-key
string
header
required

API key for authentication. Create one from the Kodexa platform UI under Settings > Access Tokens.

Path Parameters

id
string<uuid>
required

Unique identifier (UUID) of the resource.

key
string
required

Key of the memory entry.

Response

Memory entry value

The response is of type object.