Skip to main content
GET
List a workspace's aggregate 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
required

UUIDv7 of the workspace.

Query Parameters

fleet_id
string

Drill down to one fleet within the workspace.

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.

since
string

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

limit
string

How many rows to return.

Response

OK

A page of event history.

items
object[]
required

The events on this page, newest first.

next_cursor
string | null

Where the next page resumes, or null on the last one.