SmartMemory
GET
/memory/patterns

List active patterns, optionally filtered by scope/severity/free-text.

Query Parameters

scope?string|null
severity?string|null
q?|

Free-text substring filter

limit?Limit

Response Body

application/json

application/json

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