Connect
Get a Connect thread
Fetch one thread by ID or by your order reference — participants, lanes, lifecycle status, Supervisor config, and custom data in a single read.
GET
Fetch a single thread. Accepts either the thread ID (
th_…) or your order reference — GET /connect/threads/order_84421 resolves the same thread, so you never store our IDs if you don’t want to.
Path
string
required
Thread ID (
th_…) or your reference (order ID).Response
The full thread object — same shape as Create thread, plus live lane state and counters.object
Per-lane message totals, including
supervisor messages — a quick deflection read without listing messages.array
Sessions this thread escalated into:
{ session_id, reason, created_at }.