Skip to main content

The event Object

Represents an event that occurred in your workspace.

Properties

event_id UUID ID of the event.
event_type Enum Type of event.
workspace_id UUID ID of the workspace associated with the event.
created_at DateTime Date and time at which the event was created.
occurred_at DateTime Date and time at which the event occurred.

Endpoints

/events/get Returns a specified event. This endpoint returns the same event that would be sent to a webhook, but it enables you to retrieve an event that already took place. /events/list 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.