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
Parameter | Type | Description |
---|---|---|
| String Optional | Timestamp since when events were generated.
You must include |
| [String, String] Optional | Lower and upper timestamps by which to filter (exclusive interval).
You must include |
| String Optional | ID of the devices to include. |
| String[] Optional | IDs of the devices to include. |
| String Optional | ID of the access code to include. |
| String[] Optional | IDs of the access codes to include. |
| String Optional | ID of the connected account to include. |
| String Optional | ID of the Connect Webview to include. |
| String Optional | Type of events to include. |
| String[] Optional | Types of events to include. |
| Number Optional | Limit of events to return.
Default: |
Sample Request
Response
Returns an events array.
Sample Response
Last updated