/
CA
capy
/
Capy API
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 14h ago · Updated 14h ago
Details
Filter operations
automations
6
browser-snapshots
5
environment-variables
3
models
1
projects
2
sessions
1
setup
2
snapshots
2
tags
3
tasks
2
threads
9
get
List threads
post
Create and start thread
get
Get thread
post
Stop thread
post
Archive thread
post
Unarchive thread
get
Get session token
post
Send thread message
get
List thread messages
usage
1
threads
Stop thread
Stop an actively running captain thread.
post
/v1/threads/{threadId}/stop
Path parameters
threadId
string
required
Thread jam ID.
Response
Success
StopThreadResponse
required
id
string
required
status
'active'
|
'idle'
|
'archived'
required
Changes