Join us May 13th & May 14th at Interrupt, the Agent Conference by LangChain. Buy tickets >
curl --request GET \
--url https://api.example.com/store/items{
"namespace": [
"<string>"
],
"key": "<string>",
"value": {},
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z"
}curl --request GET \
--url https://api.example.com/store/items{
"namespace": [
"<string>"
],
"key": "<string>",
"value": {},
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z"
}Documentation Index
Fetch the complete documentation index at: https://docs.langchain.com/llms.txt
Use this file to discover all available pages before exploring further.
Whether to refresh the TTL on this read operation. If not provided, uses the store's default behavior.
Success
Represents a single document or data entry in the graph's Store. Items are used to store cross-thread memories.
The namespace of the item. A namespace is analogous to a document's directory.
The unique identifier of the item within its namespace. In general, keys needn't be globally unique.
The value stored in the item. This is the document itself.
The timestamp when the item was created.
The timestamp when the item was last updated.
Was this page helpful?