List Events
List events emitted within your workspace
Request
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.
Request Body Parameters
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
.
Sample Request
Response
Returns an events array.
Sample Response
Last updated