get_viz_of_day
Retrieve Tableau Public's Visualization of the Day winners with titles, authors, view counts, thumbnails, and URLs. Filter by month or year and fetch up to 500 entries for trend analysis.
Instructions
Retrieves Tableau Public's Visualization of the Day (VOTD) winners. VOTD is a curated selection of exceptional visualizations featured by Tableau. Returns winners with workbook titles, authors, feature dates, descriptions, view counts, thumbnails, and direct URLs for viewing on Tableau Public. Supports efficient bulk fetching with 'maxResults' (up to 500, uses parallel pagination for speed). Can filter by month/year (e.g., filterMonth=10, filterYear=2024 for October 2024). Useful for discovering high-quality visualizations and analyzing trends.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | Yes | ||
| limit | Yes | ||
| filterYear | Yes | ||
| maxResults | Yes | ||
| filterMonth | Yes |