---
title: "Get Dataset Twins"
method: GET
path: "/api/scanner/twins/{continuationId}"
tags: ["Dataset"]
---

# Get Dataset Twins

`GET /api/scanner/twins/{continuationId}`

Retrieve all Privacy Twins for a specific dataset identified by its continuation ID.

**SDK Usage:**
```typescript
const twins = await client.getDatasetTwins('cont-7f3a-4b2c-9d1e-8f6a5c3b2d1e');
```

## Path parameters

- `continuationId` string, required

## Response `200`

Dataset twins retrieved

- GetDatasetTwinsResponse
  - `success` boolean
  - `continuationId` string
  - `twins` DataTwin[]
    - `catalogItemId` string
    - `originalHash` string
    - `twinHash` string
    - `entityType` string
    - `category` string
    - `sourceContainer` string
    - `sourceElement` string
    - `timestamp` integer — Unix timestamp in milliseconds
  - `count` integer

## Other responses

- `401` — Authentication failed or token expired

## Changes

- **2026-08-20** `0e1db3b6bc7c` — 1 breaking, 4 info
  - the response's body type/format changed from ``/`` to `object`/`` for status `200`
  - added the optional property `continuationId` to the response with the `200` status
  - added the optional property `count` to the response with the `200` status
  - added the optional property `success` to the response with the `200` status
  - …1 more
- **2026-03-07** `f19009a654f5` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/privacypal/apis/privacypal-api/changes/api/scanner/twins/:continuationId/get.md)

---

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