Events
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
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.
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.
Last updated
Was this helpful?