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

Get all changes to an item in time range.

Returns detailed change log with old/new values and changed fields.

Path Parameters

item_id*Item Id

Query Parameters

since?|

Start time (ISO format)

until?|

End time (ISO format)

change_type?|

Filter by change type

Response Body

application/json

application/json

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