---
title: "POST /api/v1/projects/{projectUuid}/aiAgents/thread-shares/{aiThreadShareUuid}/clone"
method: POST
path: "/api/v1/projects/{projectUuid}/aiAgents/thread-shares/{aiThreadShareUuid}/clone"
---

# POST /api/v1/projects/{projectUuid}/aiAgents/thread-shares/{aiThreadShareUuid}/clone

`POST /api/v1/projects/{projectUuid}/aiAgents/thread-shares/{aiThreadShareUuid}/clone`

## Path parameters

- `projectUuid` string, required
- `aiThreadShareUuid` string, required

## Response `200`

Success

- ApiCloneAiAgentThreadShareResponse
  - `results` AiAgentThreadSummary, required
    - `user` AiAgentUser, required
      - `name` string, required
      - `uuid` string, required
    - `firstMessage` object, required
      - `message` string, required
      - `uuid` string, required
    - `titleGeneratedAt` string, nullable, required
    - `title` string, nullable, required
    - `createdFrom` 'slack' | 'web_app' | 'evals' | 'scheduler', required
    - `createdAt` string, required
    - `agentUuid` string, required
    - `uuid` string, required
  - `status` 'ok', required

## Other responses

- `default` — Error

---

[API](https://skmtc.net/lightdash/apis/lightdash-api.md) · [All operations](https://skmtc.net/lightdash/apis/lightdash-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lightdash/lightdash-api/versions/40c933755c9a/schema)
