Skip to main content
GET
/
admin
/
api
/
v1
/
memory
Get Memory
curl --request GET \
  --url https://api.example.com/admin/api/v1/memory
{
  "memory": {
    "type": "<string>",
    "db_url": "<string>"
  },
  "updatedAt": "2023-11-07T05:31:56Z"
}

Documentation Index

Fetch the complete documentation index at: https://docs.idun-group.com/llms.txt

Use this file to discover all available pages before exploring further.

Response

200 - application/json

Successful Response

GET response and the data payload of PATCH responses.

agentFramework
enum<string>
required

Supported agent frameworks for engine.

Available options:
LANGGRAPH,
ADK,
CREWAI,
CUSTOM,
TRANSLATION_AGENT,
CORRECTION_AGENT,
DEEP_RESEARCH_AGENT
memory
SqliteCheckpointConfig · object
required

Configuration for SQLite checkpointer.

updatedAt
string<date-time>
required
Last modified on May 22, 2026