Skip to main content
PUT
Update Thread

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

thread_id
string
required

Thread ID

Query Parameters

organization_id
string
required

Body

application/json
title
string | null
last_message
string | null
is_active
boolean | null
status
enum<string> | null

Thread execution status.

Available options:
idle,
active,
completed,
error,
cancelled,
waiting_for_input,
refused
sharing
enum<string> | null

Thread sharing/visibility setting.

Available options:
private,
organization
langsmith_trace_id
string | null
execution_workflow_id
string | null

Response

Successful Response