Run a survey again as a new one
clone_surveyCopy a survey's questions into a new survey with its own link and admin token, starting with no responses. Use it to rerun a poll without affecting the original.
Instructions
Copy a survey's questions into a brand new survey with its own link, its own admin token and no responses. Use this to run the same poll a second time; use save_survey_as_template instead when it will run repeatedly. The clone does not inherit the original's archived state or expiry, so copying an expired survey on an active subscription produces a live one. Without a theme it keeps the original's colors. The returned admin link is a credential: anyone holding it can read and administer the new survey.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The survey to copy, e.g. 'fuzzy-sleepy-tornado'. | |
| slug | No | A chosen link instead of a random three-word one. Paid tier. | |
| theme | No | Palette for the copy. Defaults to the original's. | |
| title | No | Title for the copy. Defaults to the original's. |