Skip to main content

Interface: QueryEventsParams

Return list of events for a specified query criteria.

Properties

PropertyTypeDescription
queryIotaEventFilterThe event query criteria. See Event filter documentation for examples.
cursor?EventId | nulloptional paging cursor
limit?number | nullmaximum number of items per page, default to [QUERY_MAX_RESULT_LIMIT] if not specified.
order?"ascending" | "descending" | nullquery result ordering, default to false (ascending order), oldest record first.
signal?AbortSignal-