Documentation Index
Fetch the complete documentation index at: https://docs.memorylake.ai/llms.txt
Use this file to discover all available pages before exploring further.
GET /openapi/memorylake/api/v2/projects/{id}/memories/{memoryId}
Returns the content and metadata of a single memory.
Path Parameters
curl -X GET 'https://app.memorylake.ai/openapi/memorylake/api/v2/projects/proj-a1b2c3d4e5f6g7h8i9j0k1l2m3n4o5p6/memories/mem-123' \
-H 'Authorization: Bearer sk_xxxxxx'
Response
Whether the memory has been forgotten
{
"success": true,
"data": {
"id": "mem-123",
"content": "User prefers Hangzhou cuisine restaurants",
"expired": false,
"user_id": "user-abc123",
"created_at": "2024-01-15T10:00:00Z",
"updated_at": "2024-01-15T10:00:00Z"
}
}