events
Overview
Name | events |
Type | Resource |
Id | vercel.user.events |
Fields
Name | Datatype | Description |
---|---|---|
id | string | The unique identifier of the Event. |
createdAt | number | Timestamp (in milliseconds) of when the event was generated. |
entities | array | A list of "entities" within the event text . Useful for enhancing the displayed text with additional styling and links. |
text | string | The human-readable text of the Event. |
user | object | Metadata for the User who generated the event. |
userId | string | The unique identifier of the User who generated the event. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_user_events | SELECT | teamId |
_list_user_events | EXEC | teamId |