Skip to main content
Use this endpoint when you know the exact key of a stored memory item and want to fetch its current value and metadata without performing a semantic search.

Endpoint

Authentication

Pass one of Authorization: Bearer <api-key> or Authorization: ApiKey <key>.

Path Parameters

string
required
The agent session identifier.
string
required
The memory item key.

Response

string
The item key.
string
The stored text value.
object
Arbitrary metadata attached to the item.
string
ISO 8601 timestamp when the item was created.