Get Augmentation State
Get the current graph augmentation state.
Returns information about which augmentations are currently applied, their parameters, and the last augmentation timestamp.
Response Body
application/json
curl -X GET "http://127.0.0.1:14242/graph/augmentation/state"{
"success": true,
"state": {}
}