{
"workflow_id": "13979a2a26c340448f6c3d10a63a2f14",
"nodetask_id": "8f6be4c58bb8412c9a7532afc88a6ef8"
}
curl --location --request POST 'https://api.airudder.com/service/cloud/workflow/tasklist' \
--header 'Authorization;' \
--header 'User-Agent: Airudder' \
--header 'Content-Type: application/json' \
--data-raw '{
"workflow_id": "13979a2a26c340448f6c3d10a63a2f14",
"nodetask_id": "8f6be4c58bb8412c9a7532afc88a6ef8"
}'
{
"data": {
"rows": [
{
"task_id": "1def98dc9c8c72449ab55d6ec22c2e68",
"start_time": "2023-09-13T03:11:50Z",
"end_time": "2023-09-13T03:12:45Z"
}
]
},
"status": "OK",
"code": 200
}