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

Query Parameters

fleet_id
string<uuid>

Drill down to one fleet within the workspace.

cursor
string

Opaque cursor from a prior response. Mutually exclusive with since.

actor
string

Glob filter against actor.

since
string

Lower bound on created_at. Go-style duration or RFC 3339 timestamp.

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

Response

OK

items
object[]
required
next_cursor
string | null
required