Threads
Create Thread Run
Create a new run in thread context
POST
Path Parameters
string
required
Thread ID
Request
object
Input data passed to your crew
string
default:"production"
Environment:
production or stagingResponse
Returns HTTP 202 (Accepted).string
Run ID
string
Thread ID
string
Version ID used for this run
integer
Version number used for this run
string
Run status:
runningNotes
- The thread must be in
idlestatus. Ifbusy, returns 409. - Thread is automatically set to
busyduring execution. - Thread state is updated and a checkpoint is created on completion.