SmartMemory
GET
/memory/governance/violations

List violations available for review.

Query Parameters

severity?|null
auto_fixable_only?Auto Fixable Only

Response Body

application/json

application/json

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