list_landing_pages
List landing pages with their publication status, URLs, and associated audience IDs. Supports pagination via count and offset parameters.
Instructions
List landing pages with publication status, URLs, and associated audiences.
Landing pages are standalone web pages, not emails. Use get_landing_page for full details. Do not use to find email campaigns; use list_campaigns instead.
Authenticated via API key. Max 10 concurrent requests. Read-only, safe to retry.
Args: count: Landing pages to return (1-1000, default 20). offset: Pagination offset. Use when total_items exceeds count.
Returns: JSON with total_items and landing_pages array. Each: id, name, title, status ('published'/'unpublished'/'draft'), url (null if not published), published_at, created_at, list_id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | ||
| offset | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |