---
title: "Get Duplicated Children"
method: GET
path: "/v1/document/{document_id}/duplicated-children"
tags: ["Document"]
---

# Get Duplicated Children

`GET /v1/document/{document_id}/duplicated-children`

Get duplicated children of a document

## Path parameters

- `document_id` string, uuid, required

## Response `200`

Successfully retrieved duplicated children

- object
  - `metadata` object
  - `data` DuplicatedChildren[]
    - `name` string
    - `link` string
    - `createdAt` string, date-time
    - `user` string

## Other responses

- `403` — Not authorized to get duplicated children for this document
- `404` — Document not found

---

[API](https://skmtc.dev/morta-technology/apis/morta-api-reference.md) · [All operations](https://skmtc.dev/morta-technology/apis/morta-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/morta-technology/morta-api-reference/revisions/71feee9cd876/schema)
