---
title: "Duplicate Session"
method: POST
path: "/sessions/duplicate"
---

# Duplicate Session

`POST /sessions/duplicate`

## Request body

- DuplicateSessionRequest
  - `session_id` string, required
  - `user_id` string, nullable
  - `user_uuid` string, nullable

## Response `200`

Successful Response

- DuplicateSessionResponse — Response for duplicate_session endpoint.
  - `session_id` string, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/traversal/apis/fastapi.md) · [All operations](https://skmtc.net/traversal/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/traversal/fastapi/revisions/2134ebffd1ef/schema)
