get_landing_page
Retrieve full details of a Mailchimp landing page, including description and tracking settings, by providing its page ID.
Instructions
Retrieve full details of a landing page including description and tracking settings.
Use list_landing_pages to browse all pages and discover page IDs.
Authenticated via API key. Max 10 concurrent requests. Read-only, safe to retry. Returns 404 error if page_id is invalid.
Args: page_id: Landing page ID (alphanumeric string). Obtain from list_landing_pages.
Returns: JSON with id, name, title, description, status ('published'/'unpublished'/'draft'), url, published_at, created_at, updated_at, list_id, tracking.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |