Skip to content

get_events

Return every event name the server recognises (conferences, webinars, industry gatherings).

Call this before writing a search_people query with event-based filters, so the event names match exactly.

None.

Plug returned names into the prospect_query — note the required Event - prefix:

{ "field": "Event - <event_name>", "op": "exists" }

JSON list of event names.