Find notes mentioning an entity.
Returns notes that reference or mention the specified entity.
Path Parameters
entity_id*Entity Id
Query Parameters
limit?Limit
Maximum results
Response Body
application/json
application/json
curl -X GET "https://example.com/memory/zettel/mentioning/string"null{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string",
"input": null,
"ctx": {}
}
]
}