curl --location --request GET 'https://api.airudder.com/service/cloud/workflow/instancelist' \
--header 'Authorization;' \
--header 'User-Agent: Airudder'
{
"data": {
"lists": [
{
"workflow_id": "5cab23138c514788aaf2addffd2b6f13",
"name": "workflow-test-869079",
"template_name": "wfdetail_cache",
"start_time": "2023-01-17T10:13:18Z",
"end_time": "2023-01-18T09:59:00Z",
"total": 50,
"status": "doing",
"create_time": "2023-01-17T09:59:32Z"
},
{
"workflow_id": "d4ef67b004f547979daad28742e568a4",
"name": "workflow-test-865496",
"template_name": "wfdetail_cache",
"start_time": "2023-01-17T10:12:38Z",
"end_time": "2023-01-18T09:55:01Z",
"total": 3,
"status": "finished",
"create_time": "2023-01-17T09:55:05Z"
}
],
"count": 2
},
"status": "OK",
"code": 200
}