---
title: "Get Training Job"
method: GET
path: "/v1/preview/training-jobs/{training_job_id}"
tags: ["training-jobs"]
---

# Get Training Job

`GET /v1/preview/training-jobs/{training_job_id}`

Get a training job by ID.

## Path parameters

- `training_job_id` string, required

## Response `200`

Successful Response

- TrainingJobResponse — Schema for TrainingJob response.
  - `id` string, uuid, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/wandb/apis/serverless-training.md) · [All operations](https://skmtc.net/wandb/apis/serverless-training/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/wandb/serverless-training/revisions/8d8d96fc0fd3/schema)
