---
title: "Get Memory"
method: GET
path: "/admin/api/v1/memory"
tags: ["Agent Configuration"]
---

# Get Memory

`GET /admin/api/v1/memory`

Return the singleton memory row or 404 if absent.

## Response `200`

Successful Response

- StandaloneMemoryRead — GET response and the data payload of PATCH responses.
  - `agentFramework` 'LANGGRAPH' | 'ADK' | 'CREWAI' | 'CUSTOM' | 'TRANSLATION_AGENT' | 'CORRECTION_AGENT' | 'DEEP_RESEARCH_AGENT', required — Supported agent frameworks for engine.
  - `memory` union, required
    - SqliteCheckpointConfig — Configuration for SQLite checkpointer.
      - `type` 'sqlite', required
      - `db_url` string, required
    - InMemoryCheckpointConfig — Configuration for In-Memory checkpointer.
      - `type` 'memory', required
    - PostgresCheckpointConfig — Configuration for Postgres checkpointer.
      - `type` 'postgres', required
      - `db_url` string, required
    - union
      - AdkInMemorySessionConfig — Configuration for In-Memory Session Service.
        - `type` 'in_memory'
      - AdkVertexAiSessionConfig — Configuration for Vertex AI Session Service.
        - `type` 'vertex_ai'
        - `project_id` string, required — Google Cloud Project ID
        - `location` string, required — Google Cloud Location (e.g. us-central1)
        - `reasoning_engine_app_name` string, required — Reasoning Engine Application Name or ID
      - AdkDatabaseSessionConfig — Configuration for Database Session Service.
        - `type` 'database'
        - `db_url` string, required — Database URL (e.g. postgresql+psycopg://...)
  - `updatedAt` string, date-time, required

---

[API](https://skmtc.net/idun-group/apis/idun-agent-engine-server.md) · [All operations](https://skmtc.net/idun-group/apis/idun-agent-engine-server/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/idun-group/idun-agent-engine-server/versions/8909cd73cc1c/schema)
