Skip to main content
GET
Read one fleet event

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.

fleet_id
string
required

UUIDv7 of the fleet.

event_id
string
required

UUIDv7 of the event.

Response

OK

One event as the expanded view renders it — bodies included.

actor
string
required

Who or what produced the event.

created_at
integer<int64>
required

Epoch milliseconds the row was created.

event_id
string
required

The canonical event identifier — the stream entry id that produced it.

event_type
string
required

How the event entered the system, as stored.

fleet_id
string
required

The fleet this event belongs to.

request_json
string
required

The trigger payload as stored, serialized to text.

status
string
required

Where the event's run got to, as stored.

updated_at
integer<int64>
required

Epoch milliseconds the row last changed.

workspace_id
string
required

The workspace the fleet belongs to.

checkpoint_id
string | null

The session checkpoint this run wrote, when it wrote one.

cost_nanos
integer<int64> | null

What this event actually cost, summed over its telemetry rows.

failure_detail
string | null

The operator-readable cause line, absent when none was carried.

failure_label
string | null

What refused or failed the run, absent on a clean one.

response_text
string | null

The agent's full answer.

null while a run is in flight, and on a run that failed before producing one.

resumes_event_id
string | null

The event this one continues, set on a continuation.

tokens
integer<int64> | null

Tokens the run spent, absent until a runner reports.

wall_ms
integer<int64> | null

Wall milliseconds the run took, absent until a runner reports.