Skip to main content
GET
List a fleet's chat thread with bodies

Authorizations

Authorization
string
header
required

Obtain a token via the CLI auth flow (POST /v1/auth/sessions) or GitHub OAuth

Path Parameters

workspace_id
string
required

UUIDv7 of the workspace.

fleet_id
string
required

UUIDv7 of the fleet.

Query Parameters

starting_after
string

Opaque continuation cursor from a previous page's next_cursor.

limit
string

Response

OK

A page of one fleet's chat thread, bodies included.

items
object[]
required

The turns on this page, newest first.

next_cursor
string | null

Where the next page resumes, or null when this one ends the walk.

total
integer<int32> | null

How many turns the thread holds in total. Never populated.

Required range: x >= 0