SmartMemory
GET
/memory/{item_id}/links

Get all links for a memory item.

Requires authentication. SecureSmartMemory handles tenant isolation.

Path Parameters

item_id*Item Id

Query Parameters

memory_type?Memory Type

Response Body

application/json

application/json

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