Get notes that link TO this note (backlinks).
Returns notes that reference this note, enabling bidirectional navigation through your knowledge graph.
Path Parameters
note_id*Note Id
Response Body
application/json
application/json
curl -X GET "https://example.com/memory/zettel/string/backlinks"null{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string",
"input": null,
"ctx": {}
}
]
}Get Audit Trail
Get complete audit trail for an item. Returns detailed log of all changes with user, timestamp, and change details. Suitable for compliance reporting (HIPAA, GDPR, SOC2).
Get Bridges
Find bridge notes (notes connecting different clusters). Identifies notes that connect otherwise separate knowledge domains, enabling cross-domain insights.