List Automation Events
Lists the custom automation events your workspace has defined.
GET
Requires the
events:read scope. These are the named triggers a workspace defines (e.g. signed_up, purchased) — the events you can fire with Trigger Event, along with the payload properties each one declares. Results are cursor-paginated and ordered by name.
Query parameters
The number of events to return per page.
The pagination cursor from a previous response’s
next_cursor. See Pagination.Response
The page of custom event definitions.
Whether more events exist after this page.
The cursor to pass as
?cursor= to fetch the next page.
