Interface RUMApiListRUMEventsRequest

Hierarchy

  • RUMApiListRUMEventsRequest

Properties

filterFrom?: Date

Minimum timestamp for requested events.

filterQuery?: string

Search query following RUM syntax.

filterTo?: Date

Maximum timestamp for requested events.

pageCursor?: string

List following results with a cursor provided in the previous query.

pageLimit?: number

Maximum number of events in the response.

sort?: RUMSort

Order of events in results.

Generated using TypeDoc