Get All Live Surveys
Retrieve a list of all live surveys based on filtering criteria.
Get All Live Surveys
Retrieve a list of all live surveys based on filtering criteria.Note: Therowsparameter accepts a maximum value of 500 surveys per page. The fieldsloiandirare deprecated. Please uselength_of_interviewandincidence_rateinstead.
Endpoint
Headers
Note: Thepublisher-authentication-keyheader corresponds to your Secret Key. TheauthorizationKeyin the request body corresponds to your Web API Key.
Request Body
Response
Error Response
Authorizations
Send your Secret Key using the publisher-authentication-key header. This header is required for every request.
Body
Payload for retrieving live surveys. Includes your Web API Key plus optional filtering criteria.
Web API Key (maps to authorizationKey field in SDK).
"DqcInvhIFAl5WtUNwihFUIgUH77EL2hTNRU"
ISO 2-letter country code (e.g., US, IN).
"US"
Language name for survey targeting.
"English"
Minimum length of interview in minutes.
1
Maximum length of interview in minutes.
5
Only return surveys that collect personally identifiable information.
false
Number of surveys to return per page (1-500).
1 <= x <= 50050
Page number for pagination (starts from 1).
x >= 11
Minimum CPI value.
1
Maximum CPI value.
5
Filter by whether a survey group exists.
false
Minimum incidence rate.
1
Maximum incidence rate.
25
Response
Successful response with list of live surveys

