---
title: "Get Checkpoint"
method: GET
path: "/internal/st-etl/connections/{connection_id}/checkpoints/{entity}"
tags: ["st-etl"]
---

# Get Checkpoint

`GET /internal/st-etl/connections/{connection_id}/checkpoints/{entity}`

## Path parameters

- `entity` string, required
- `connection_id` string, uuid, required

## Response `200`

Successful Response

- STETLCheckpointResponse — GET checkpoint response: where Make should resume the ST export from.
  - `from` string, required — Opaque ST export cursor or seed time
  - `cursor_version` integer, required — Compare-and-swap version for the next commit
  - `last_success_at` string, date-time, nullable — Last committed page time
  - `has_more` boolean — Whether the last committed page had more data

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/noso/apis/crucible-backend-api.md) · [All operations](https://skmtc.dev/noso/apis/crucible-backend-api/llms.txt) · [OpenAPI document](https://skmtc.dev/noso/apis/crucible-backend-api/revisions/216c8523b7ae?raw)
