List Run Events
Returns a paginated JSON list of stored run events. Ascending order
uses since_seq as an inclusive cursor. Descending order uses
before_seq as an exclusive cursor and starts at the newest event
when before_seq is omitted.
Authorizations
Raw dev token passed as Authorization: Bearer fabro_dev_... when server.auth.methods includes dev-token.
Path Parameters
Unique run identifier (ULID).
Query Parameters
First event sequence number to include.
x >= 1Maximum number of events to return.
1 <= x <= 1000Exclusive upper event sequence cursor for descending order. Omit on the first descending request to start from the newest event.
x >= 1Event sequence order. since_seq is valid only with asc;
before_seq is valid only with desc.
asc, desc