Get paginated history of batch runs.
Query Parameters
page?Page
page_size?Page Size
Response Body
application/json
application/json
curl -X GET "https://example.com/memory/ontology/updates/history"null{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string",
"input": null,
"ctx": {}
}
]
}Get Full Graph
Return all nodes and edges in the workspace for graph visualization. Returns both memory nodes and entity nodes (extracted by the pipeline), along with all edges between them. Excludes internal infrastructure nodes (version_*) and edge types (HAS_VERSION).
Get History
Get complete version history of a memory item. Returns all versions with valid_time and transaction_time, enabling full audit trail. Requires tenant validation.