calcom.listPrivateLinks lists private scheduling links for an event type.
automations/list-private-links.automation.ts
Input
Pass these fields:Output
Returns an array containing time-based and usage-based links. Both variants include:
A time-based link also has required
expiresAt: string. A usage-based link instead has required maxUsageCount: number and usageCount: number.
Cal.com enforces account role, plan, and availability requirements. Provider rejections surface as structured action failures with the HTTP status and any Retry-After delay.