curl --location --request POST 'https://api2.hik-cloud.com/api/v1/open/intelligents/faceLibs/actions/searchAsyncTaskDetail' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"pageNo": 1,
"pageSize": 3,
"customFaceLibId": "111",
"taskId": "xxxxxxxx",
"importStatus": "downloadFailed,modelingFailed",
"deviceSerial": "xxxxxxxx"
}'
{
"code": 200,
"message": "操作成功",
"data": {
"pageNo": 1,
"pageSize": 3,
"total": 13,
"rows": [
{
"employeeNo": "abc123",
"state": "noDiskSpace"
}
]
}
}