List Stage Events
Run Internals
List Stage Events
Returns a paginated JSON list of stored run events scoped to a single stage visit.
GET
List Stage Events
Authorizations
Raw dev token passed as Authorization: Bearer fabro_dev_... when server.auth.methods includes dev-token.
Path Parameters
Unique run identifier (ULID).
Identifier of a stage within a run's workflow graph, serialized as node_id@visit.
Query Parameters
First event sequence number to include.
Required range:
x >= 1Maximum number of events to return.
Required range:
1 <= x <= 1000