Skip to main content
GET
List scheduled events

Authorizations

Authorization
string
header
required

Query Parameters

sort
enum<string>
default:asc

Order results based on the startTime.

Available options:
asc,
desc
count
number
default:20

Limit the number of returned results per page.

Required range: 1 <= x <= 100
status
enum<string>

Filter based on event status. Possible values are: active, cancelled. Omit for all events.

Available options:
confirmed,
cancelled
minStartTime
string<date-time>

Filter for events starting after the specified time.

Example:

"2026-04-01T00:00:00.000000Z"

maxStartTime
string<date-time>

Filter for events starting before the specified time.

Example:

"2026-04-30T23:59:59.000000Z"

scope
enum<string>

Filters results based on the scope. Currently only 'all' is supported, returning all events of the whole organization. More options coming soon.

Available options:
all
userSlug
string

Filter for events hosted by a specific user in your organization based on the user's slug.

Example:

"lena-meier"

hostEmail
string<email>

Filter for events hosted by a specific user in your organization based on the user's email address.

Example:

"lena.meier@horizondigital.de"

inviteeEmail
string<email>

Filter for events of a specific invitee by their email address.

Example:

"sophie.laurent@northwind.io"

teamSlug
string

Filter for events that belong to a specific team in your organization based on the team's slug.

keyword
string

Search through events with a keyword.

page
number

Page number for paginated results.

Required range: x >= 1

Response

OK

pagination
object
required
collection
object[]
Last modified on April 29, 2026