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

Case-insensitive search across the invitee name, the invitee email, the answers to booking questions, and the values of custom query parameters. The keyword matches any part of a field, and an event is returned if any of its confirmed invitees matches. Custom query parameter names are not searched, only their values.

page
number

Page number for paginated results.

Required range: x >= 1

Response

OK

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