GET
/
jobs
List all jobs
curl --request GET \
  --url https://api.together.xyz/v1/jobs \
  --header 'Authorization: Bearer <token>'
{
  "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"
    }
  ]
}

Authorizations

Authorization
string
header
default:default
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json

Jobs retrieved successfully

data
object[]
required