---
title: "Get system of record"
method: GET
path: "/systemOfRecordIntegration/systemOfRecords/{uuid}"
tags: ["System of Record Integration - Systems of Record"]
---

# Get system of record

`GET /systemOfRecordIntegration/systemOfRecords/{uuid}`

Get a system of record by UUID

## Path parameters

- `uuid` string, uuid, required — System of record identifier.

## Response `200`

Successful response

- object
  - `systemOfRecord` object, required — System of record details.
    - `uuid` string, required
    - `workspaceUuid` string, required
    - `kind` 'bigQuery' | 'snowflake', required
    - `config` object, required
    - `lastMigration` object, nullable, required
      - `uuid` string, required
      - `finishedAt` string, nullable, required
      - `createdAt` string, required
      - `status` 'success' | 'error' | 'running', required
      - `errorMessage` string, nullable, required
    - `cutover` object, nullable, required
      - `uuid` string, required
      - `role` 'source' | 'target', required
      - `sourceSystemOfRecordUuid` string, required
      - `targetSystemOfRecordUuid` string, required
      - `status` 'running' | 'success' | 'error', required
      - `errorMessage` string, nullable, required
      - `tablesTotal` number, required
      - `tablesMigrated` number, required
      - `finishedAt` string, nullable, required
      - `createdAt` string, required
    - `useCredits` boolean, required
    - `isActive` boolean, required
    - `createdAt` string, required
    - `updatedAt` string, required
    - `deletedAt` string, nullable, required

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `404` — Not found
- `500` — Internal server error

---

[API](https://skmtc.net/getcargo/apis/cargo-api.md) · [All operations](https://skmtc.net/getcargo/apis/cargo-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/getcargo/cargo-api/versions/1d5a19e01d83/schema)
