ANALYTICS_EVENT_RETRIEVE_LIST_SUCCESS
interface AnalyticsEventRetrieveListSuccessEventSanitised { category: "analytics"; data: { entriesCount: number; nextCursor: string | undefined }; id: string; requestId: string; requestIp: string | undefined; timestamp: number; type: "ANALYTICS_EVENT_RETRIEVE_LIST_SUCCESS"; userAgent: string | undefined; userId: string; version: "1";}
Properties
category
category: "analytics"
Sanitisation Level DATAdata
data: { entriesCount: number; nextCursor: string | undefined }
requestId
requestId: string
requestIp
requestIp: string | undefined
timestamp
timestamp: number
type
type: "ANALYTICS_EVENT_RETRIEVE_LIST_SUCCESS"
userAgent
userAgent: string | undefined