SmartMemory
GET
/memory/temporal/{item_id}/audit

Get complete audit trail for an item.

Returns detailed log of all changes with user, timestamp, and change details. Suitable for compliance reporting (HIPAA, GDPR, SOC2).

Path Parameters

item_id*Item Id

Query Parameters

change_type?|

Filter by change type

user_id?|

Filter by user

start_time?|

Start time

end_time?|

End time

Response Body

application/json

application/json

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