List events

Returns a paginated list of events belonging to the authenticated user's account.

Events are filtered by the user's security access level and account scope.
Archived events are excluded automatically.

Sorting: Use the order parameter to sort results. Format: column_name direction
(e.g., start_date desc, name asc). Supports up to two sort fields separated by comma.

Pagination: Default page size is 24 (max 24). Use page[number] and page[size]
to control pagination.

Caching: Responses are cached for 1 minute.

Rate limit: 100 requests/minute per IP (600 for whitelisted IPs).

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

Page number for pagination.

integer
≤ 24
Defaults to 24

Number of events per page. Maximum 24.

string

Sort order. Format column direction (e.g., start_date desc, name asc).

string
enum

Filter by event status:

  • 1: Upcoming events
  • 2: Ongoing events
  • 3: Past events
Allowed:
string

When present, filters to template events only.

date-time

Filter events updated after this timestamp. Format YYYY-MM-DD HH:MM:SS.

string

Search events by name (partial match).

Responses

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