@runloop/api-client - v1.18.1
GitHub
Documentation
Preparing search index...
sdk
Runloop
Axons
Events
Class Events
Hierarchy
APIResource
Events
Index
Constructors
constructor
Properties
_
client
Methods
list
Constructors
constructor
new
Events
(
client
:
Runloop
)
:
Runloop
.
Axons
.
Events
Parameters
client
:
Runloop
Returns
Runloop
.
Axons
.
Events
Properties
Protected
_
client
_client
:
Runloop
Methods
list
list
(
id
:
string
,
query
?:
Runloop
.
Axons
.
EventListParams
,
options
?:
RequestOptions
<
unknown
>
,
)
:
APIPromise
<
Runloop
.
Axons
.
AxonEventListView
>
[Beta] List events from an axon's event stream, ordered by sequence descending.
Parameters
id
:
string
Optional
query
:
Runloop
.
Axons
.
EventListParams
Optional
options
:
RequestOptions
<
unknown
>
Returns
APIPromise
<
Runloop
.
Axons
.
AxonEventListView
>
list
(
id
:
string
,
options
?:
RequestOptions
<
unknown
>
,
)
:
APIPromise
<
Runloop
.
Axons
.
AxonEventListView
>
[Beta] List events from an axon's event stream, ordered by sequence descending.
Parameters
id
:
string
Optional
options
:
RequestOptions
<
unknown
>
Returns
APIPromise
<
Runloop
.
Axons
.
AxonEventListView
>
Version
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
_
client
Methods
list
GitHub
Documentation
@runloop/api-client - v1.18.1
Loading...
[Beta] List events from an axon's event stream, ordered by sequence descending.