List Simple Scheduler booking requests
Booking requests submitted through Simple Scheduler. Supports offset pagination (offset + limit, returns meta.total) or cursor pagination (cursor = created_at from a previous page; response includes next_cursor and has_more). Requires the read:scheduler_analytics permission.
Authorizations
API key in the format avoca_<64 hex characters>
Headers
Target team ID. Required for multi-team (enterprise_all_teams / portfolio_all_teams) keys on v0 endpoints; single-team keys are locked to their team and omit it.
Query Parameters
Filter by request status
Filter to a specific scheduler
When true, only requests with UTM attribution
ISO 8601 created_at cursor from a previous page (cursor mode)
Results per page (default 50, max 500)
x <= 500Pagination offset (default 0)