List Events
List events emitted within your workspace
Last updated
Was this helpful?
List events emitted within your workspace
Last updated
Was this helpful?
To access events programmatically, use events.list
. This endpoint returns the same events that would be sent to a webhook, but events.list
enables you to filter or see events that already took place.
since
String Optional
Timestamp since when events were generated.
You must include since
or between
.
between
[String, String] Optional
Lower and upper timestamps by which to filter (exclusive interval).
You must include since
or between
.
device_id
String Optional
ID of the devices to include.
device_ids
String[] Optional
IDs of the devices to include.
access_code_id
String Optional
ID of the access code to include.
access_code_ids
String[] Optional
IDs of the access codes to include.
connected_account_id
String Optional
ID of the connected account to include.
connect_webview_id
String Optional
ID of the Connect Webview to include.
event_type
String Optional
event_types
String[] Optional
limit
Number Optional
Limit of events to return.
Default: 500
.
of events to include.
of events to include.
Returns an array.
Returns a list of all events. This endpoint returns the same events that would be sent to a webhook, but it enables you to filter or see events that already took place.
Offset for the events that you want to list.
Timestamp to indicate the beginning generation time for the events that you want to list. You must include since
or between
.
ID of the device for which you want to list events.
IDs of the devices for which you want to list events.
ID of the access system for which you want to list events.
IDs of the access systems for which you want to list events.
ID of the access code for which you want to list events.
IDs of the access codes for which you want to list events.
Type of the events that you want to list.
ID of the connected account for which you want to list events.
IDs of the connected accounts for which you want to list events.
Numerical limit on the number of events to return.
500
IDs of the events that you want to list.
IDs of the customers for which you want to list events.