get_survey
Retrieve complete survey details including questions, status, and public URL using the audience and survey IDs.
Instructions
Retrieve full details for a single survey.
Use when you have a survey_id (from list_surveys) and need its questions, status, or public URL. Use publish_survey / unpublish_survey to change whether it is live.
Authenticated via API key. Max 10 concurrent requests. Read-only, safe to retry. Returns 404 error if list_id or survey_id is invalid.
Args: list_id: Audience/list ID (from list_audiences). survey_id: Survey ID (from list_surveys). account: Optional account name (e.g. 'marketing') configured via MAILCHIMP_API_KEY_. Omit to use the default account. See list_accounts.
Returns: JSON survey object including id, title, status, url, questions, created_at, updated_at.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account | No | ||
| list_id | Yes | ||
| survey_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |