List events
Returns one page of agent events, chronological within the page. Forward pagination (after_sequence) walks from a known boundary toward the present using next_after_sequence. Backward pagination (before_sequence) starts at the latest events and walks toward the beginning using next_before_sequence; passing before_sequence takes precedence over after_sequence.
Authorizations
An opaque Omnara personal or organization bearer token.
Path Parameters
^org_[a-z2-7]{26}$^proj_[a-z2-7]{26}$^agt_[a-z2-7]{26}$Query Parameters
Exclusive event sequence boundary for backward pagination. Pass 0 for the latest events.
x >= 0Exclusive event sequence boundary. Omit or pass 0 for the beginning of the agent event log.
x >= 0Maximum number of events to return.
1 <= x <= 500Response
Agent events.
- Option 1
- Option 2
- Option 3
- Option 4
Sequence to pass as after_sequence on the next request. Equals the request boundary when no events are returned.
0 <= x <= 9007199254740991True when another immediate request in the requested pagination direction can return more currently available events.
Sequence to pass as before_sequence for the next older page. Null when no older events remain or when paginating forward.
0 <= x <= 9007199254740991