Get a list of eventsAsk AIget https://api.lumeo.com/v1/apps/{application_id}/eventsGet a list of eventsPath Paramsapplication_idstringrequiredQuery Paramssincedate-timeFilter: Lower bound for time (inclusive)untildate-timeFilter: Upper bound for time (exclusive)severities[]array of objectsFilter: Severitiesseverities[]ADD stringcategories[]array of stringsFilter: Categoriescategories[]ADD stringevent_types[]array of stringsFilter: Event typesevent_types[]ADD stringobject_types[]array of stringsFilter: Object typeobject_types[]ADD stringobject_ids[]array of uuidsFilter: Object IDobject_ids[]ADD uuidpaginationenumrequiredSpecifies which type of pagination to choose.cursoroffsetAllowed:cursoroffsetnext_cursorstringSpecifies the cursor for the next page. Can be found in the last paginated request. Only available with pagination = cursor.prev_cursorstringSpecifies the cursor for the previous page. Can be found in the last paginated request. Only available with pagination = cursor.pageinteger≥ 1Specifies which page should be returned. Only available with pagination = offset.limitintegerLimits the number of items returned.Response 200OKUpdated 8 months ago