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
integer
default:50

Rows per page (1-100).

Required range: 1 <= x <= 100

Response

A page of fleet runners.

items
object[]
required
total
integer<int64> | null
required

The full runner count; stable across pages.

next_cursor
string | null
required

Cursor for the next page; null on the final page.