---
title: "Clone Dataset"
method: POST
path: "/api/v1/datasets/clone"
tags: ["datasets"]
---

# Clone Dataset

`POST /api/v1/datasets/clone`

Clone a dataset.

## Request body

- BodyCloneDatasetApiV1DatasetsClonePost
  - `target_dataset_id` string, uuid, required
  - `source_dataset_id` string, uuid, required
  - `as_of` union
    - string, date-time
    - string
  - `examples` string[]
  - `split` union
    - string
    - string[]

## Response `200`

Successful Response

- object[]

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/langchain-ai/apis/langsmith.md) · [All operations](https://skmtc.net/langchain-ai/apis/langsmith/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/langchain-ai/langsmith/versions/a0acb3a6a101/schema)
