---
title: "Record Checkpoints"
method: POST
path: "/api/runs/internal/checkpoints"
tags: ["runs-internal"]
---

# Record Checkpoints

`POST /api/runs/internal/checkpoints`

## Request body

- RunCheckpointsBody
  - `orgId` string, required
  - `projectId` string, uuid, required
  - `runId` string, required
  - `repoId` string, required
  - `repoType` string
  - `baseModel` string, nullable
  - `checkpoints` CheckpointItem[], required
    - `step` integer, required
    - `subfolder` string, required

## Response `200`

Successful Response

- object

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/freesolo/apis/platform-backend.md) · [All operations](https://skmtc.dev/freesolo/apis/platform-backend/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/freesolo/platform-backend/revisions/5626e92675af/schema)
