---
title: "Get Call Feed Checkpoint"
method: GET
path: "/internal/st-etl/connections/{connection_id}/calls/checkpoint"
tags: ["st-etl"]
---

# Get Call Feed Checkpoint

`GET /internal/st-etl/connections/{connection_id}/calls/checkpoint`

## Path parameters

- `connection_id` string, uuid, required

## Response `200`

Successful Response

- STCallFeedCheckpointResponse — GET call-feed checkpoint: the modifiedOnOrAfter value Make should query with.
  - `modified_on_or_after` string, required — ST-formatted UTC cutoff, skew margin applied
  - `created_on_or_after` string, required — ST-formatted floor of the staging window
  - `cursor_at` string, date-time, nullable — Last completed run's cutoff
  - `last_ingest_at` string, date-time, nullable

## 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/f2cac64213a3?raw)
