Memory
Get Memory Block
Retrieve a core or archival memory block
GET
Get Memory Block
Get Memory Block
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
AgentFlow is built by ES Consulting — production AI systems, delivered.
Retrieve a core or archival memory block
curl --request GET \
--url https://api.example.com/memory/blocks/{block_type}| Parameter | Type | Description |
|---|---|---|
block_type | core, archival | Memory block to retrieve |
| Parameter | Type | Description |
|---|---|---|
scope | user, agent | Defaults to user |
agent_id | string | Required when scope=agent |
{
"id": "mem_123",
"block_type": "core",
"content": "- Prefers concise summaries",
"scope": "user",
"agent_id": null,
"created_at": "2026-04-30T16:00:00",
"updated_at": "2026-04-30T16:30:00"
}
Was this page helpful?
curl --request GET \
--url https://api.example.com/memory/blocks/{block_type}