curl --location --request GET 'https://api.flashcat.cloud/api/n9e/busi-group//task//stdout' \
--header 'X-User-Token: <api-key>'
{
"dat": [
{
"id": 10,
"host": "oa",
"status": "waiting",
"stdout": "",
"stderr": ""
},
{
"id": 10,
"host": "a098",
"status": "waiting",
"stdout": "",
"stderr": ""
}
],
"err": ""
}