Skip to main content
POST
/
api
/
v1
/
projects
/
{projectUuid}
/
aiAgents
/
thread-shares
/
{aiThreadShareUuid}
/
clone
Error
A valid request URL is required to generate request examples
{
  "results": {
    "user": {
      "name": "<string>",
      "uuid": "<string>"
    },
    "firstMessage": {
      "message": "<string>",
      "uuid": "<string>"
    },
    "titleGeneratedAt": "<string>",
    "title": "<string>",
    "createdFrom": "<string>",
    "createdAt": "<string>",
    "agentUuid": "<string>",
    "uuid": "<string>"
  }
}

Path Parameters

projectUuid
string
required
aiThreadShareUuid
string
required

Response

Success

results
object
required
status
enum<string>
required
Available options:
ok