v3

OpenAPI 3.1.0MIT2026-07-31192456807.8 KB
Jobs

List all jobs

List all jobs and their statuses

get/jobs

Response

Jobs retrieved successfully

Example response

{
  "data": [
    {
      "type": "model_upload",
      "job_id": "job-a15dad11-8d8e-4007-97c5-a211304de284",
      "status": "Complete",
      "status_updates": [
        {
          "status": "Complete",
          "message": "Job is Complete",
          "timestamp": "2025-03-11T22:36:12Z"
        }
      ],
      "args": {
        "description": "Finetuned Qwen2.5-72B-Instruct by Unsloth",
        "modelName": "necolinehubner/Qwen2.5-72B-Instruct",
        "modelSource": "unsloth/Qwen2.5-72B-Instruct"
      },
      "created_at": "2025-03-11T22:05:43Z",
      "updated_at": "2025-03-11T22:36:12Z"
    }
  ]
}