Skip to main content
GET
List Session threads

Authorizations

Authorization
string
header
required

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

Headers

checkfu-version
enum<string>
required
Available options:
2026-08-27

Path Parameters

session_id
string
required
Pattern: ^sess_[0-9a-f]{32}$

Query Parameters

limit
integer
Required range: 1 <= x <= 1000
page
string
Maximum string length: 14
Pattern: ^c1_[0-9a-z]+$

Response

A bounded page of Session threads ordered primary-first, then by spawn order.

A bounded page of Session threads ordered primary-first, then by spawn order.

data
object[]
required
next_page
string | null
required