Get Evolves Edges
Get memory evolution chains.
Shows how memories have been updated, enriched, or superseded over time. Filter by a specific memory_id to see its full version history. Use offset to paginate; total in the response reflects the count under the same filters.
Query Parameters
limit?Limit
Range
1 <= value <= 200Default
50offset?Offset
Range
0 <= valueDefault
0content_relation?string|null
unreviewed_only?Unreviewed Only
Default
falsememory_id?|
Filter to EVOLVES edges where this memory appears as older or newer node.
Response Body
application/json
application/json
curl -X GET "https://example.com/agent/evolves"{}{ "detail": [ { "loc": [ "string" ], "msg": "string", "type": "string", "input": null, "ctx": {} } ]}