Skip to main content
POST
/
threads
/
{thread_id}
/
state
{
  "checkpoint": {}
}

Path Parameters

thread_id
string<uuid>
required

The ID of the thread.

Body

application/json

Payload for updating the state of a thread.

values

The values to update the state with.

checkpoint
object

The checkpoint to update the state of.

as_node
string

Update the state as if this node had just executed.

Response

Success

Response for adding state to a thread.

checkpoint
object