LangChain Reference home pageLangChain ReferenceLangChain Reference
  • GitHub
  • Main Docs
Deep Agents
LangChain
LangGraph
Integrations
LangSmith
  • Overview
  • LangGraph Checkpoint
    Checkpoint Postgres
    Store Postgres
    Checkpoint SQLite
    LangGraph Prebuilt
    LangGraph CLI
    LangGraph SDK
    LangGraph Supervisor
    LangGraph Swarm
    ⌘I

    LangChain Assistant

    Ask a question to get started

    Enter to send•Shift+Enter new line

    Menu

    LangGraph Checkpoint
    Checkpoint Postgres
    Store Postgres
    Checkpoint SQLite
    LangGraph Prebuilt
    LangGraph CLI
    LangGraph SDK
    LangGraph Supervisor
    LangGraph Swarm
    Language
    Theme
    Pythonlanggraph-sdkauthtypesStoreGet
    Class●Since v0.1

    StoreGet

    Copy
    StoreGet()

    Bases

    typing.TypedDict

    Constructors

    Attributes

    View source on GitHub
    constructor
    __init__
    NameType
    namespacetuple[str, ...]
    keystr
    attribute
    namespace: tuple[str, ...]

    Hierarchical path that uniquely identifies the item's location.

    Auth handlers can modify this to enforce per-user scoping.

    attribute
    key: str

    Unique identifier for the item within its specific namespace.

    Operation to retrieve a specific item by its namespace and key.

    This dict is mutable — auth handlers can modify namespace to enforce access scoping (e.g., prepending the user's identity).