SmartMemory
GET
/memory/zettel/by-property

Find notes by property.

Returns notes where metadata[key] == value.

Query Parameters

key*Key

Property key

value*Value

Property value

limit?Limit

Maximum results

Response Body

application/json

application/json

curl -X GET "https://example.com/memory/zettel/by-property?key=string&value=string"
null
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string",
      "input": null,
      "ctx": {}
    }
  ]
}