curl --location --request GET 'https://api.hiveflow.ai/api/flows//nodes//history'
{
"success": true,
"history": [
{
"timestamp": "2019-08-24T14:15:22Z",
"success": true,
"status": "success",
"result": {
"output": "string",
"metadata": {}
},
"error": "string",
"executionTime": 0,
"inputs": {},
"config": {},
"processId": "string",
"usage": {
"tokens": 0,
"cost": 0
}
}
],
"pagination": {
"total": 0,
"limit": 0,
"offset": 0,
"hasMore": true
}
}