---
title: "Event analytics"
description: "Event analytics: available fields, filters, associations, and API operations."
lastModified: "2026-08-21"
---

**Path:** `event-analytics` at organization level  
**Methods:** GET collection/record only.

Each record represents one event that is inside the scope's event selection.

- Fields: `event-id`, `organization-id`, `name`, `event-type`, `start-date`, `end-date`, `duration-days`, `time-zone`, `metric-version`, `generated-at`, `registration-seats-issued-count`, `registration-seats-claimed-count`, `registration-seat-claim-rate`, `joined-registrants-count`, `unjoined-registrants-count`, `networking-opt-in-registrants-count`, `networking-opt-in-rate`, `virtual-registrants-count`, `in-person-registrants-count`, `hybrid-registrants-count`, `returning-registrants-count`, `unique-companies-count`, `registrants-with-engagements-count`, `registrants-without-engagements-count`, `registrants-with-accepted-meetings-count`, `registrants-with-chat-count`, `meeting-requests-count`, `accepted-meetings-count`, `pending-meetings-count`, `rescheduled-meetings-count`, `rejected-meetings-count`, `cancelled-meetings-count`, `direct-accepted-meetings-count`, `accepted-meetings-from-open-chat-count`, `open-chat-requests-count`, `open-chat-answered-count`, `open-chat-unanswered-count`, `open-chat-converted-count`, `chat-messages-count`, `meeting-acceptance-rate`, `open-chat-answer-rate`, `open-chat-conversion-rate`, `meeting-request-activity-before-event-count`, `meeting-request-activity-before-event-rate`, `meeting-request-activity-during-event-count`, `meeting-request-activity-during-event-rate`, `total-engagement-count`, `average-engagements-per-joined-registrant`, `average-engagements-per-engaged-registrant`, `engaged-registrant-rate`, `accepted-meetings-per-100-joined-registrants`, `lead-count`, `sponsored-lead-count`, `unsponsored-lead-count`, `lead-scanning-registrants-count`, `leads-per-100-joined-registrants`, `content-session-count`, `speaker-count`, `schedule-duration-minutes`, `session-tracked-viewer-count`, `stream-link-count`, `stream-tracked-click-count`, `stream-unique-viewer-count`, `sponsor-count`, `sponsor-representatives-count`, `sponsor-meeting-count`, `registrants-with-sponsor-meetings-count`, `booth-visitor-count`, `booth-page-view-count`, `booth-visitors-per-100-joined-registrants`.  
- Filters: `event_id`, `event_type`, `past`, `start_from`, `start_to`, `end_from`, `end_to`.  
- Associations: none.

```
GET /api/core/organizations/30/event-analytics?past=true&start_from=2026-01-01
```

`past=true` limits results to events whose end date is before today. `past=false` does not apply the inverse filter; omit or use the date filters when selecting a different window.
