Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
curl -X GET 'https://app.memorylake.ai/openapi/memorylake/api/v3/workspaces/ws_abc123def456/actors/actor_5e4d3c2b1a0f/facts/fact_4c5d6e7f8a9b' \ -H 'Authorization: Bearer sk_xxxxxx'
{ "success": true, "data": { "id": "fact_4c5d6e7f8a9b", "fact": "User's primary programming language is Python", "metadata": { "category": "skills", "confidence": "high" }, "expired": false, "score": 0.92, "expiration_date": null, "created_at": "2025-05-20T10:00:00Z", "updated_at": "2025-05-20T10:00:00Z" } }
Returns the content and metadata of a single actor-level fact
GET /openapi/memorylake/api/v3/workspaces/{workspaceId}/actors/{actorId}/facts/{factId}
workspace:actor_fact_read
Show Fact object
null