ThinEvents
Query the available thin events in Stripe using the Event's Id or the Id of the object on which events have happened for the last thirty days.
View-Specific Information
Select
The provider uses the Stripe API to filter the results by the following columns and operators while the rest of the filter is executed client-side within the provider.
| Column | Supported Operators |
| Id | = |
| RelatedObjectId | = |
Either the Id column or the RelatedObjectId column must be provided in order to query ThinEvents.
To filter using Id:
SELECT * FROM ThinEvents WHERE Id = 'evt_test_61SbFL6NoxqLBDQLk16SbC3W0eSQEvCjDyDENOLjsSno';
To filter using RelatedObjectId:
SELECT * FROM ThinEvents WHERE RelatedObjectId = 'mtr_test_61SbGIffoO9LMP7Cc41P3yX0EwFB8S4e';
Columns
| Name | Type | References | Description |
| Id [KEY] | String | Unique identifier for the event. | |
| Object | String | String representing the object’s type. Objects of the same type share the same value of the object field. | |
| Type | String | The type of the event. | |
| Context | String | Authentication context needed to fetch the event or related object. | |
| Created | Datetime | Time at which the object was created. | |
| DataDeveloperMessageSummary | String | Extra field included in the event's data when fetched from /v2/events. | |
| DataReasonErrorCount | Integer | The total error count within this window. | |
| DataReasonErrorTypes | String | The error details. | |
| DataValidationEnd | Datetime | The end of the window that is encapsulated by this summary. | |
| DataValidationStart | Datetime | The start of the window that is encapsulated by this summary. | |
| Livemode | Boolean | Has the value true if the object exists in live mode or the value false if the object exists in test mode. | |
| ReasonRequestId | String | ID of the API request that caused the event. | |
| ReasonRequestIdempotencyKey | String | The idempotency key transmitted during the request. | |
| ReasonType | String | Event reason type.
The allowed values are request. | |
| RelatedObjectId | String | Unique identifier for the object relevant to the event. | |
| RelatedObjectType | String | Object tag of the resource relevant to the event. | |
| RelatedObjectUrl | String | URL to retrieve the resource. |