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.
limit
Number Optional
Limit of events to return.
Default: 500
.
Returns an events array.
OK