getEventWithActivityLog(eventId: number,limit?: number,): Promise<EventWithActivityLog | null>
Get event and its activity log in a single database round-trip. Uses batch API to reduce latency for remote databases.
Promise<EventWithActivityLog | null>