JavaScript
axons
[Beta] Subscribe to an axon event stream via SSE.
[Beta] Subscribe to an axon event stream via server-sent events.
GET
JavaScript
Documentation Index
Fetch the complete documentation index at: https://docs.runloop.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The axon identifier.
Query Parameters
Sequence number after which to start streaming. Events with sequence > this value are returned. If unset, replay from the beginning.
Response
200 - application/json
OK
Monotonic sequence number.
The axon identifier.
Timestamp in milliseconds since epoch.
Event origin.
Available options:
EXTERNAL_EVENT, AGENT_EVENT, USER_EVENT, SYSTEM_EVENT Event source (e.g. github, slack).
Event type (e.g. push, pull_request).
JSON-encoded event payload.
