Skip to main content
GET
List Conversations

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.

Query Parameters

limit
integer
default:50
Required range: 1 <= x <= 200
offset
integer
default:0
Required range: x >= 0

Response

Successful Response

thread_id
string
required
title
string | null
required
message_count
integer
required
created_at
string<date-time>
required
parent_thread_id
string | null
branch_point_turn
integer | null