Skip to main content
GET
List scheduling pages

Authorizations

Authorization
string
header
required

Query Parameters

userSlug
string

Filter for scheduling pages of a specific user in your organization by slug. Only usable with an organization admin/owner token. Mutually exclusive with email and publicId.

Example:

"lena-meier"

email
string<email>

Filter for scheduling pages of a specific user in your organization by email. Case-insensitive. Only usable with an organization admin/owner token. Mutually exclusive with userSlug and publicId.

Example:

"lena@acme.com"

publicId
string

Filter for scheduling pages of a specific user in your organization by their stable public identifier. Case-insensitive. Only usable with an organization admin/owner token. Mutually exclusive with userSlug and email.

Example:

"aBc123"

count
number
default:20

Limit the number of returned results per page.

Required range: 1 <= x <= 100
Example:

10

page
number

Page number for paginated results.

Required range: x >= 1

Response

OK

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