Authorization: Bearer ********************curl --location --request GET 'http://localhost:8080/api/v1/check?id' \
--header 'Authorization: Bearer <token>'{
"code": 200,
"data": [
{
"config": null,
"enable": true,
"id": 0,
"name": "string",
"result": {
"duration": 0,
"extra": null,
"last_run": "string",
"msg": "string"
},
"status": "string",
"task": {
"cron_expr": "0 0 * * *",
"log_level": "info",
"log_write_file": true,
"notify": true,
"notify_channel": 1,
"sub_id": [
1
],
"sub_id_exclude": false,
"timeout": 60,
"type": "test"
}
}
],
"message": "success"
}