List events

Returns a paginated list of events accessible by the authenticated user. Events are scoped to the user's account and filtered by the user's event-level permissions. Supports sorting via the order parameter and incremental sync via updated_since. Default sort is start_date desc.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
integer

Page number (default: 1)

integer

Page size (max: 24, default: 24)

string

Sort field and direction (e.g. 'start_date desc', 'name asc')

string

ISO 8601 datetime -- only return events updated after this timestamp

string

Comma-separated relationships to include (e.g. 'attendee_types,account')

string

Filter by event name (partial match)

string

Filter by time status: 1 (upcoming), 2 (ongoing), 3 (past), 4 (current and upcoming), 5 (recent + current + upcoming)

integer

Filter by city ID

integer

Filter by country ID (joins through city)

string

Comma-separated administrative area IDs to filter by

string

Only events with start_date on or before this value (ISO 8601)

string

Only events with start_date on or after this value (ISO 8601)

string

Only events with end_date on or before this value (ISO 8601)

string

Only events with end_date on or after this value (ISO 8601)

string

Start of a date range filter (ISO 8601). Must be used with date_range_end

string

End of a date range filter (ISO 8601). Must be used with date_range_start

string

Filter by active flag (true or false)

string

Filter by attendance mode

integer

Filter by event group ID

integer

Filter events created by a specific user ID

integer

Filter events cloned from a specific template event ID

string

Comma-separated event IDs to exclude from results

Responses

401

Unauthorized - missing or invalid token

Language
Credentials
Bearer
JWT
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json