Skip to main content
GET
List Cal.com Appointments

Authorizations

string
required
Your JWT access token. Pass it as a Bearer token in the Authorization header. Example: Authorization: Bearer <token>.

Query Parameters

string
required
The organization ID whose primary Cal.com account bookings you want to fetch.
string
Optional Cal.com booking status filter.
string
Optional agent ID that is stamped onto the results and echoed back in the response.
integer
Optional result limit. Defaults to 50 and is clamped back to 50 when the value is <= 0 or > 200.

Response

boolean
Whether the request succeeded.
string
Human-readable status message.
object
Returned appointment data.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

org_id
string
required

Organization ID

status
string

Cal.com booking status filter

agent_id
string

Agent ID to stamp onto results and echo back

limit
integer
default:50

Result limit, clamped to 50 when <=0 or >200

Response

Appointments retrieved

success
boolean
message
string
data
object
Example: