Skip to main content
GET
/
memory
/
blocks
/
{block_type}
Get Memory Block
curl --request GET \
  --url https://api.example.com/memory/blocks/{block_type}

Path Parameters

ParameterTypeDescription
block_typecore, archivalMemory block to retrieve

Query Parameters

ParameterTypeDescription
scopeuser, agentDefaults to user
agent_idstringRequired when scope=agent

Response

{
  "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"
}