curl --location --request GET 'https://admin-api.wannanbigpig.com/admin/v1/task/list?page&per_page&code&name&kind&status&allow_manual&allow_retry&is_high_risk' \
--header 'Accept-Language: zh-CN' \
--header 'Authorization: Bearer <token>'{
"code": 0,
"cost": "3.2ms",
"data": {
"current_page": 1,
"data": [
{
"allow_manual": {},
"allow_retry": {},
"code": {},
"created_at": {},
"cron_spec": {},
"handler": {},
"id": {},
"is_high_risk": {},
"kind": {},
"name": {},
"queue": {},
"remark": {},
"status": {},
"updated_at": {}
}
],
"last_page": 1,
"per_page": 20,
"total": 1
},
"msg": "success",
"request_id": "req_20260423_0001"
}