SmartMemory
GET
/memory/zettel/{note_id}/connections

Get all connections (backlinks + forward links).

Returns complete bidirectional link graph for this note.

Path Parameters

note_id*Note Id

Response Body

application/json

application/json

curl -X GET "https://example.com/memory/zettel/string/connections"
null
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string",
      "input": null,
      "ctx": {}
    }
  ]
}