get_changes
Mutation log for this session. Verify what was created, updated, or deleted without re-fetching.
Areas & Change Logatomic (read-only)
Arguments
sincestringoptionalISO 8601 timestamp. Only returns changes after this time (default: all session changes).
Returns
Shape
{ changes, summary: { create, update, delete }, total }since filters to ISO 8601 timestamps after the cutoff.
Examples
Live call against the Notion example graph.
Output
{
"changes": [
{
"action": "create",
"entity": "node",
"id": "n_lsZ0CjPWcrZ6Hhw8",
"type": "person",
"title": "Example node",
"timestamp": "2026-05-29T20:13:19.656Z"
},
{
"action": "update",
"entity": "node",
"id": "ec3d5479-4947-4bd9-9e77-b5ee01beb851",
"type": "product",
"title": "Notion (SATURATED test graph)",
"timestamp": "2026-05-29T20:13:19.656Z"
},
{
"action": "delete",
"entity": "node",
"id": "ec3d5479-4947-4bd9-9e77-b5ee01beb851",
"type": "product",
"title": "Notion (SATURATED test graph)",
"timestamp": "2026-05-29T20:13:19.658Z"
},
{
"action": "delete",
"entity": "edge",
"id": "1d645a2e-391b-4bc7-b0de-e15691c8a7d6",
"type": "cascade",
"timestamp": "2026-05-29T20:13:19.658Z"
},
{
"action": "delete",
"entity": "edge",
"id": "b4a77a49-7d28-4926-831f-464574d927fe",
"type": "cascade",
"timestamp": "2026-05-29T20:13:19.658Z"
},
{
"action": "delete",
"entity": "edge",
"id": "1ee422bc-64c1-4da1-b797-62e4d206b79c",
"type": "cascade",
"timestamp": "2026-05-29T20:13:19.658Z"
},
{
"action": "delete",
"entity": "edge",
"id": "013ac760-b99a-423e-bb94-700acda058c0",
"type": "cascade",
"timestamp":
… (truncated)