api-token: ********************
curl --location -g --request GET 'http://localhost:5678/api/open/cron/v1/query?id' \
--header 'api-token;'
{
"id": 0,
"name": "string",
"type": "user",
"cron": "string",
"shell": "string",
"active": 0,
"config": "string",
"tags": "string",
"last_runtime": "string",
"last_run_use": 0,
"sort": 0,
"create_time": "string",
"remark": "string",
"bind": "string",
"is_running": true
}