Skip to main content
GET
Get Conversation Graph

Authorizations

Authorization
string
header
required

A personal access token (haico_pat_...), created under Profile → API keys. Send it as Authorization: Bearer <key>. The browser session JWT is also accepted but is an internal mechanism and is not part of the public contract.

Path Parameters

thread_id
string
required
Required string length: 1 - 255

Response

Successful Response

The whole conversation family rendered as a DAG.

root_thread_id
string
required
requested_thread_id
string
required
nodes
GraphNodeSchema · object[]
required
edges
GraphEdgeSchema · object[]
required
threads
GraphThreadSchema · object[]
required
truncated
boolean
default:false