Skip to content

List Events

Lists every marketing event in the store — the data behind the admin Marketing → Communications → Events datagrid.

TIP

New here? Read the Events overview for what an event does and how its fields behave.

Operation

OperationTypePurpose
adminMarketingEventsQueryCursor-paginated list of all marketing events

Details

  • Requires an admin Bearer token in the Authorization header.
  • Cursor pagination — pass first for the page size and after (the endCursor from the previous page) to advance. totalCount is the grand total.
  • Each node carries the full event field set — events have no detail-only fields.

Filtering

Pass any of these arguments alongside first / after (they mirror the admin datagrid filters):

ArgumentDescription
nameName — partial match
date_from, date_toEvent-date range (YYYY-MM-DD)
sort, orderSort field (id, name, date) + asc / desc (default id desc)

Released under the MIT License.