---
title: "Get Records"
method: POST
path: "/integrations/public/v1/cadence/{integration}/get-records"
tags: ["Cadence Public", "integrations_cadence_public"]
---

# Get Records

`POST /integrations/public/v1/cadence/{integration}/get-records`

## Path parameters

- `integration` string, required

## Request body

- GetRecordsRequest
  - `live_sheet_link` string, required
  - `do_analysis` boolean

## Response `200`

Successful Response

- GetRecordsResponse
  - `isValid` boolean, required
  - `error` string, nullable
  - `total_records` integer, nullable
  - `records` object[], nullable
  - `analysis` object, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/interactly/apis/interactly-api-4.md) · [All operations](https://skmtc.dev/interactly/apis/interactly-api-4/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/interactly/interactly-api-4/revisions/d69c17f1f601/schema)
