Skip to main content
GET
List a fleet's event history

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

Query Parameters

cursor
string

Opaque base64url-no-pad cursor returned in next_cursor. Mutually exclusive with since.

actor
string

Glob filter against the row's actor. * is a wildcard. Examples - 'steer:kishore', 'webhook:github', 'webhook:*'.

since
string

Lower bound on created_at. Accepts Go-style durations (15s/30m/2h/7d) or RFC 3339 timestamps. Mutually exclusive with cursor.

limit
integer
default:50
Required range: 1 <= x <= 200

Response

OK

items
object[]
required
next_cursor
string | null
required