---
title: "Get Studio checkpoint"
method: GET
path: "/studios/{sessionId}/checkpoints/{checkpointId}"
tags: ["studios"]
---

# Get Studio checkpoint

`GET /studios/{sessionId}/checkpoints/{checkpointId}`

Retrieves the details of the given Studio checkpoint ID.

## Path parameters

- `sessionId` string, required
- `checkpointId` integer, required

## Query parameters

- `workspaceId` integer

## Response `200`

OK

- DataStudioCheckpointDto
  - `author` UserInfo, required
    - `avatar` string
    - `email` string
    - `id` integer
    - `userName` string
  - `dateCreated` string, date-time, required
  - `dateSaved` string, date-time, required
  - `id` integer, required
  - `name` string, required
  - `path` string, required
  - `status` 'empty' | 'interim' | 'finalized' | 'invalid', required

## Other responses

- `400` — BadRequest
- `403` — Operation not allowed.
- `404` — NotFound, when the studio or the checkpoint is not found or when the API is disabled for the workspace

---

[API](https://skmtc.net/seqeralabs/apis/seqera-api.md) · [All operations](https://skmtc.net/seqeralabs/apis/seqera-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/seqeralabs/seqera-api/versions/13316c9fe5ff/schema)
