Skip to main content
GET
/
api
/
v1
/
runtime
/
v1
/
memory
/
{memoryId}
Get Memory
curl --request GET \
  --url https://api.runflow.ai/api/v1/runtime/v1/memory/{memoryId}

Documentation Index

Fetch the complete documentation index at: https://docs.runflow.ai/llms.txt

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

Path Parameters

memoryId
string
required

Memory identifier (entityType:entityValue or sessionId)

Response

Memory data: { sessionId, messages[], entities, summary?, metadata }. Returns { success: false } on failure.