List subscription eventsAsk AIget http://localhost:3009/api/public/v1/subscriptions/{id}/eventsRetrieve a list of events for a specific subscription with optional filteringPath ParamsidstringrequiredSubscription ID (integer), cart reference (string), or UUIDQuery ParamstypestringFilter by event type (comma-separated for multiple)created_atstringFilter by creation date. Supports multiple formats: Single date: YYYY-MM-DD (e.g., '2024-01-15') Predefined periods: 'current_month', 'current_year' Date range: Use nested parameters created_at[from]=2024-01-01&created_at[to]=2024-01-31HeadersAuthorizationstringrequiredacceptstringenumDefaults to application/jsonGenerated from available response content typesapplication/jsontext/htmlAllowed:application/jsontext/htmlResponses 200Successful with type filter 401Unauthorized 404Not FoundUpdated 4 months ago