Lists the organizer's events, optionally filtered by status or searched by name/address. Sorted by start date descending. Paginated.
AuthorizationRequiredBearer <token>API key as Bearer token
In: header
pageintegerPage number (0-based, default 0)
0Minimum: 0Maximum: 9007199254740991pageSizeintegerItems per page (default 20, max 100)
20Minimum: 1Maximum: 100statusstringFilter by status; omit to include all
"draft" | "open" | "closed" | "unpublished" | "cancelled" | "postponed" | "schedule"searchstringSearch events by name or address (case-insensitive partial match)
startBeforestringOnly events starting on or before this date (ISO 8601). Example: 2025-06-01T00:00:00.000Z
"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$"Format: "date-time"startAfterstringOnly events starting on or after this date (ISO 8601). Example: 2025-01-01T00:00:00.000Z
"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$"Format: "date-time"sortFieldstringField to sort by (default: start)
sortDirectionstringSort direction (default: desc)
"asc" | "desc"filtersstringJSON-encoded array of filter groups for advanced filtering. Each group has "logic" ("and" | "or") and "conditions" (array of conditions or nested groups). Each condition has "field", "operator", and optional "value". Operators by type:
fieldsstringComma-separated list of fields to return. Valid: id, name, type, schedule, start, end, multiDayStartTimes, multiDayEndTimes, status, itemsSold, revenueCents, minPriceCents, maxPriceCents, currency, timeZone, isPublic, isVirtual, location, locationPlaceholder, virtualEventLink, venueName, image, images, tags, customTags, isCancelled, createdAt, updatedAt. Omit for all fields.