curl --request GET \
--url https://{baseurl}/api/v1/management/responses/{responseId} \
--header 'x-api-key: <x-api-key>'{}Fetch the entire response object based on its ID
curl --request GET \
--url https://{baseurl}/api/v1/management/responses/{responseId} \
--header 'x-api-key: <x-api-key>'{}Was this page helpful?