Get booking event trends
Insights
Get booking event trends
Get booking trend stats for user, team, or organization insights.
POST
Get booking event trends
Documentation Index
Fetch the complete documentation index at: https://cal.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Available options:
user, team, org Example:
"user"
IANA timezone used to group time-series insights
Example:
"America/New_York"
Team ID for team-scoped insights
Example:
12
Data-table column filters (discriminated union by type: ss, ms, t, n, dr). Date range filters use id=startTime or id=createdAt.
Example:
[
{
"id": "createdAt",
"value": {
"type": "dr",
"data": {
"startDate": "2024-01-01",
"endDate": "2024-01-31",
"preset": "custom"
}
}
}
]