Skip to main content
GET
List fleet runners

Authorizations

Authorization
string
header
required

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

Query Parameters

starting_after
string

An opaque cursor from a previous page's next_cursor.

limit
string

Rows per page (1-100).

Response

OK

A keyset page of runner list rows.

items
object[]
required

Rows in newest-first order.

total
integer<int64>
required

Total runner rows independent of the boundary.

next_cursor
string | null

Cursor to send as starting_after on the next request.