Return cross-references for a memory: same-project siblings and cluster siblings.
cURL
curl --request GET \ --url https://api.example.com/api/dashboard/memories/{memory_id}/related \ --header 'Authorization: Bearer <token>'
{ "project_memories": [ { "id": 123, "topic": "<string>", "content_snippet": "<string>", "memory_type": "<string>", "created_at": "2023-11-07T05:31:56Z", "project": "<string>", "scope": "<string>" } ], "project_total": 123, "cluster": { "cluster_id": 123, "label": "<string>", "members": [ { "id": 123, "topic": "<string>", "content_snippet": "<string>", "memory_type": "<string>", "created_at": "2023-11-07T05:31:56Z", "project": "<string>", "scope": "<string>" } ], "total": 123 } }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response
Cross-reference data for a single memory.
Show child attributes
Cluster a memory belongs to, with sibling memories.