curl --location --request GET '/lighthouse/admin/api/v1/workflow/getWorkflowLog?workflowInstanceId' \
--header 'Lang: zh-CN' \
--header 'B-App-Id: {{B-App-Id}}' \
--header 'B-App-User-Id: {{B-App-User-Id}}' \
--header 'B-Origin-Domain: {{B-Origin-Domain}}' \
--header 'Cookie: {{Cookie}}'
{
"success": true,
"msg": "string",
"code": "string",
"content": {
"workflowId": "string",
"instanceId": "string",
"logs": "string",
"state": "string",
"content": {
"nodes": [
{
"id": "string",
"type": "string",
"data": {
"name": "string",
"nodeType": "string",
"config": {
"empty": true,
"property1": {},
"property2": {}
},
"status": {
"empty": true,
"property1": {},
"property2": {}
},
"description": "string"
},
"position": {
"x": 0,
"y": 0
}
}
],
"edges": [
{
"id": "string",
"source": "string",
"target": "string",
"sourceHandle": "string",
"type": "string",
"success": true
}
]
}
}
}