---
title: "Gets the checkpoints for the fine-tune job specified by the given fine-tune-id.
Checkpoints are created at the end of successful epochs during training."
method: GET
path: "/fine_tuning/jobs/{fine-tuning-job-id}/checkpoints"
tags: ["Fine-tuning:"]
---

# Gets the checkpoints for the fine-tune job specified by the given fine-tune-id.
Checkpoints are created at the end of successful epochs during training.

`GET /fine_tuning/jobs/{fine-tuning-job-id}/checkpoints`

## Path parameters

- `fine-tuning-job-id` string, required

## Query parameters

- `after` string
- `limit` integer
- `api-version` string, required

## Response `200`

Success

- FineTuningJobCheckpointList — Represents a list of checkpoints.
  - `object` 'list' | 'fine_tuning.job' | 'file' | 'fine_tuning.job.event' | 'fine_tuning.job.checkpoint' | 'model' | 'upload' | 'upload.part' | 'batch' | 'wandb' — Defines the type of an object.
  - `data` FineTuningJobCheckpoint[] — The list of items.
    - `object` 'list' | 'fine_tuning.job' | 'file' | 'fine_tuning.job.event' | 'fine_tuning.job.checkpoint' | 'model' | 'upload' | 'upload.part' | 'batch' | 'wandb' — Defines the type of an object.
    - `id` string — The identity of this checkpoint.
    - `created_at` integer, required — The Unix timestamp (in seconds) for when the checkpoint was created.
    - `fine_tuned_model_checkpoint` string, required — The name of the fine-tuned checkpoint model that is created.
    - `step_number` integer, required — The step number that the checkpoint was created at.
    - `metrics` object, required — The metrics at the step number during the fine-tuning job.
    - `fine_tuning_job_id` string, required — The name of the fine-tuning job that this checkpoint was created from..
  - `has_more` boolean — A value indicating whether the list contains more elements than returned.

## Other responses

- `default` — An error occurred.

---

[API](https://skmtc.net/azure/apis/cognitiveservices-azureopenai-authoring.md) · [All operations](https://skmtc.net/azure/apis/cognitiveservices-azureopenai-authoring/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/azure/cognitiveservices-azureopenai-authoring/revisions/b177dc430e39/schema)
