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
offset?Offset
content_relation?string|null
unreviewed_only?Unreviewed Only
memory_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": {} } ]}