cURL
curl --request GET \ --url https://api.compute.x.io/v1/jobs
{ "data": [ { "object": "job", "created_at": "2023-12-25", "updated_at": "2023-12-25", "status": "PENDING", "task": "BATCH", "title": "<string>", "cpu_count": 123, "gpu_count": 123, "min_ram_gb": 123, "min_vram_gb": 123, "min_storage_gb": 123, "parameters": { "parameters": { "allowed_ips": [ "<string>" ], "env": {}, "host": "<string>", "image": "<string>", "imagesrc": "<string>", "ports": [ 123 ], "secret": "<string>", "sshkey": "<string>", "tag": "<string>", "user": "<string>", "volumes": [ { "image": "<string>", "mount": "<string>", "registry": "<string>", "secret": "<string>", "tag": "<string>", "user": "<string>" } ] }, "type": "docker" }, "timeout_assign_at_ms": 123, "uuid": "<string>", "started_at": "2023-12-25", "completed_at": "2023-12-25", "description": "<string>", "gpu_name": "<string>", "gpu_registry_uuid": "<string>", "max_timeout_assign_ms": 123, "max_timeout_run_ms": 123, "max_timeout_start_ms": 123, "max_retry_count": 123, "max_node_count": 123, "image_size_bytes": 123, "container_access_tokens": [], "status_reason": "<string>", "source_recipe_uuid": "<string>" } ], "limit": 123, "page": 123, "total": 123 }
1 <= x <= 50
1
1 <= x <= 9007199254740991
"created_at OR -created_at"
"1"
"2023-01-01,2024-01-01"
"8,16"
"16"
"4,8"
"PENDING,RUNNING"
"BATCH"
List of Jobs
Show child attributes