curl --request GET \
--url https://api.cal.com/v2/organizations/{orgId}/teams/{teamId}/routing-forms/{routingFormId}/responses \
--header 'Authorization: <authorization>'{
"status": "success",
"data": {
"id": 123,
"formId": "<string>",
"formFillerId": "<string>",
"routedToBookingUid": "<string>",
"response": {
"f00b26df-f54b-4985-8d98-17c5482c6a24": {
"label": "participant",
"value": "mamut"
}
},
"createdAt": "2023-11-07T05:31:56Z"
}
}curl --request GET \
--url https://api.cal.com/v2/organizations/{orgId}/teams/{teamId}/routing-forms/{routingFormId}/responses \
--header 'Authorization: <authorization>'{
"status": "success",
"data": {
"id": 123,
"formId": "<string>",
"formFillerId": "<string>",
"routedToBookingUid": "<string>",
"response": {
"f00b26df-f54b-4985-8d98-17c5482c6a24": {
"label": "participant",
"value": "mamut"
}
},
"createdAt": "2023-11-07T05:31:56Z"
}
}value must be Bearer <token> where <token> is api key prefixed with cal_
Number of responses to skip
Number of responses to take
Sort by creation time
asc, desc Sort by update time
asc, desc Filter by responses created after this date
Filter by responses created before this date
Filter by responses created after this date
Filter by responses updated before this date
Filter by responses routed to a specific booking
success, error "success"
Show child attributes
Was this page helpful?