curl --location 'https://openapi.suanli.cn/api/task/job/search?status=Running%2CPending%2CPaused&search_value=undefined&page=1&page_size=10' \
--header 'token: a69abd35-1df0-4c21-9c2b-82a20a72d3b2-20260417200925' \
--header 'timestamp: {{$date.millisecondsTimestamp}}' \
--header 'version: 1.0.0' \
--header 'sign_str;'{
"code": "0000",
"message": "success",
"data": {
"count": 1,
"results": [
{
"task_id": 1962296,
"task_name": "job-202604210858",
"task_type": "Job",
"sub_type": null,
"resources": [
{
"resource": {
"device_name": "4090",
"region": "chengde-p1",
"gpu_name": "4090",
"gpu_count": 1,
"gpu_memory": 24560,
"memory": 64512,
"cpu_cores": 16
},
"region_name": "河北六区",
"mark": "ha8GDGEAORN3a9Hhu7X+W/lveP9CW2eBkI+oB/QJLRcfvPTUMuUpxqfch7PdWik27Qx0BQX2cmaGoUHnIQ6pUPcLqpoLUCh5MaAR9kIet8llTG2oulHTzTRxAofshQoSFvtGpGD4Rh7V2V7xAj/0ysk+OmC4WeIxe+zHVBoYCehyTVGCyFygp1QeqGCp",
"weight": null
}
],
"services": [
{
"service_id": 1963012,
"service_name": "container-01",
"service_image": "harbor.suanleme.cn/trsnls6j/ubuntu:22.04",
"remote_ports": [
{
"url": "https://job-11391-kfg9jwid-80.550w.link",
"service_port": 80
}
],
"health_checks": null,
"storage_config": null,
"share_storage_config": null,
"share_mem_config": null,
"share_disk_config": null,
"env": [
{
"name": "key1",
"value": "value1",
"value_from": null
}
],
"start_script": null,
"repository_account": null,
"is_update_repository": null,
"resource_weight": {
"cpu_weight": 1,
"mem_weight": 1,
"gpu_weight": 1
},
"registered_ports": null
}
],
"status": "Running",
"schedule_status": null,
"points": 1,
"runing_points": 1,
"billing_value": 0,
"forecast_value": 466,
"create_time": "2026-04-21 09:04:20.500576 +08:00",
"job_support": {
"estimated_exec_sec": null,
"timeout_sec": 1200,
"parallelism": 1,
"mod_param": {
"default": {
"backoff_limit": 3,
"restart_policy": "OnFailure"
},
"index": null
}
},
"job_status": {
"create_time": "2026-04-21T01:04:20Z",
"status": "Running",
"completion_time": null,
"active_pods": 1,
"succeeded_pods": 0,
"failed_pods": 0,
"completion_mode": "NonIndexed"
}
}
]
}
}