curl --location --request GET 'https://api.airudder.com/service/cloud/workflow/instancelist?page=1&size=10&start_time=2022-09-27T07:58:31Z&end_time=2022-10-27T07:58:31Z' \
--header 'Authorization;' \
--header 'User-Agent: Airudder'
{
"data": {
"lists": [
{
"workflow_id": "37b19c21b9cf482bb8100001",
"name": "test-2",
"template_name": "sms-txx-test",
"start_time": "2022-10-09T07:02:40Z",
"end_time": "2022-10-09T07:23:45Z",
"total": 1,
"status": "cancelled",
"create_time": "2022-10-09T07:02:40Z"
},
{
"workflow_id": "fe9f194df9ef40b3be100000002",
"name": "huida_test_sms11",
"template_name": "huida_func_test",
"start_time": null,
"end_time": "2022-10-08T16:59:59Z",
"total": 1,
"status": "finished",
"create_time": "2022-10-07T13:02:46Z"
}
],
"count": 100
},
"status": "OK",
"code": 200
}