---
title: "Get Duplicated Children"
method: GET
path: "/v1/hub/{hub_id}/duplicated-children"
tags: ["Hub"]
---

# Get Duplicated Children

`GET /v1/hub/{hub_id}/duplicated-children`

Get duplicated children of a hub

## Path parameters

- `hub_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 hub
- `404` — Hub 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)
