Skip to main content
GET
List fleets in a workspace

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<uuid>
required

UUIDv7 of the workspace.

Query Parameters

starting_after
string

Opaque page token from a prior response's next_cursor field, formatted {created_at_epoch_ms}:{fleet_id}. Omit for the first page. The retired cursor spelling is refused.

limit
integer
default:20

Page size. Defaults to 20. Clamped to a maximum of 100.

Required range: 1 <= x <= 100

Response

OK

items
object[]
required
total
integer
required

Count of items in this response (not total across pages).

next_cursor
string | null
required

Opaque token for the next page's starting_after. null when there are no more pages.