Events
Retrieves store event logs such as updates, deletions, and order activities for audit or monitoring.
Columns
| Name | Type | References | Description |
| Id [KEY] | Long | A unique numeric identifier for the event. | |
| Description | String | A concise, human-readable summary of the event. | |
| Message | String | A detailed, human-readable message describing the event. May contain limited HTML formatting for display purposes. | |
| Body | String | A text field containing the full content or payload details associated with the event. | |
| Path | String | A relative URL path to the resource associated with the event, if applicable. | |
| SubjectId | Long | The unique identifier of the resource that triggered the event. | |
| SubjectType | String | The type of resource that generated the event. Valid values include: 'Article', 'Blog', 'Collection', 'Comment', 'Order', 'Page', 'Product', and 'ApiPermission'. | |
| Verb | String | The specific action or operation that occurred, describing the nature of the event (for example, 'create', 'update', or 'delete'). | |
| Author | String | The name or identifier of the entity (user, app, or system) that generated the event. | |
| Arguments | String | Additional contextual parameters or related resource details associated with the event. | |
| CreatedAt | Datetime | The date and time when the event was created. |
Pseudo-Columns
Pseudo-columns are fields that can only be used in the types of statements under which they are explicitly listed. They are not standard columns but instead provide additional functionality for specific operations.
| Name | Type | Description | |
| OrderId | Long | The ID of the order used to retrieve related events. |