---
title: "Get Duplicated Children"
method: GET
path: "/v1/table/{table_id}/duplicated-children"
tags: ["Table"]
---

# Get Duplicated Children

`GET /v1/table/{table_id}/duplicated-children`

Get duplicated children of a table

## Path parameters

- `table_id` string, uuid, required

## Response `200`

Successfully retrieved duplicated children

- object
  - `metadata` object
  - `data` DuplicatedChildren[]
    - `publicId` string, uuid
    - `name` string
    - `link` string
    - `createdAt` string, date-time
    - `user` string
    - `deletedAt` string, date-time, nullable
    - `deletedBy` string, nullable

## Other responses

- `403` — Not authorized to get duplicated children for this table
- `404` — Table not found

---

[API](https://skmtc.net/morta-technology/apis/morta-api-reference.md) · [All operations](https://skmtc.net/morta-technology/apis/morta-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/morta-technology/morta-api-reference/versions/9c58c1c1e7e8/schema)
