/
CA
capy
/
Capy API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 3h ago · Updated 2d ago
Details
Filter operations
automations
6
folders
6
messages
5
projects
2
reviews
8
tasks
3
threads
7
get
List threads
post
Create thread
get
Get thread
patch
Rename thread
post
Archive thread
post
Unarchive thread
post
Regenerate thread title
usage
1
users
1
threads
Rename thread
patch
/api/v1/threads/{threadId}
Path parameters
threadId
string
required
Request body
RenameThreadRequest
required
title
string
nullable
required
Response
Thread
ThreadEncoded
required
id
string
required
projectId
string
nullable
required
authorId
string
nullable
required
title
string
nullable
required
titleCustom
boolean
required
status
'active'
|
'waiting'
|
'pending_user'
|
'error'
|
'ready_for_review'
|
'idle'
|
'archived'
required
archived
boolean
required
lastModelId
string
nullable
required
usage
UsageTotalsEncoded
required
createdAt
string
required
updatedAt
string
required
lastActivityAt
string
nullable
required
Changes