{
"status": "3",
"page": 1,
"size": 100
}curl --location --request POST '/scheduler/train/list' \
--header 'Content-Type: application/json' \
--data-raw '{
"status": "3",
"page": 1,
"size": 100
}'{
"code": 0,
"data": {
"count": 0,
" rows": [
{
"status": "string",
"requestTime": "string",
"startTime": "string",
"id": "string",
"taskName": "string",
"serverlessId": "string",
"schedulingType": 0,
"userId": "string",
"userLevel": 0,
"estimatedTime": 0,
"lastTime": "string",
"maxWaitTime": 0,
"minWaitTime": 0
}
]
}
}