curl --location '/public-api/v1/workflowExecResult/list'{
"errorCode": 0,
"message": "",
"data": [
{
"id": 0,
"execKey": "",
"workflowId": 0,
"title": "",
"description": "",
"input": "",
"output": "",
"workflowJson": "",
"startTime": "",
"endTime": "",
"tokens": 0,
"status": 0,
"createdKey": "",
"createdBy": "",
"errorInfo": ""
}
]
}