List surveys
Returns the company’s surveys newest first, cursor-paginated. List items are summaries carrying a question_count instead of the questions themselves — fetch one survey by id for the full definition. Archived surveys are hidden unless include_archived=true.
Authorizations
HTTP Basic Authentication. Use your API Access Key ID as the username and your API Access Key Secret as the password. Generate keys in the CloudTalk Dashboard under Account -> Settings -> API Keys (https://dashboard.cloudtalk.io/menu/account/settings/API-keys).
Query Parameters
Opaque cursor taken from meta.nextCursor of a previous page. A cursor that cannot be decoded is ignored and the list restarts from the first page — it does not error.
Maximum number of items per page.
1 <= x <= 100Set to true to include archived items. Only the literal strings true and false are accepted — anything else is a 400.