Skip to main content
POST
Fork a task from a message

Authorizations

Authorization
string
header
required

JWT authentication token

Path Parameters

id
string<uuid>
required

Source task ID

Body

application/json
message_id
string
required

User or assistant message to fork from

Minimum string length: 1
new_task_id
string

Optional caller-selected UUID for the new task; invalid values are ignored

title
string

Optional title override

Response

Task fork created successfully

forked_from
string<uuid>
required
prefill
string
required
success
boolean
required
task_id
string<uuid>
required