Skip to main content
GET
Get 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

Response

Successful Response

Full thread view: the latest sanitised state + checkpoint history.

state is the recursively-sanitised channel-values payload (secrets stripped, long strings truncated, attachment bytes dropped). topology_mermaid is the rendered graph diagram for context.

thread_id
string
required
graph_name
string
required
status
string
required
current_node
string | null
started_at
string | null
last_updated_at
string | null
pending_interrupt
boolean
default:false
summary
Summary · object
state
State · object
history
CheckpointSummary · object[]
topology_mermaid
string
default:""