download_view_image_from_url
Download a Tableau dashboard image from a URL. Supports workbook/view URLs with optional site name, output directory, and custom filename.
Instructions
Download a dashboard image directly from a Tableau URL.
Supports URL formats:
https://tableau.server.com/#/views/WorkbookName/ViewName
https://tableau.server.com/views/WorkbookName/ViewName
https://tableau.server.com/#/site/SiteName/views/WorkbookName/ViewName
Args: url: Full Tableau URL to the view/dashboard output_dir: Directory to save the image (default: current directory) filename: Optional custom filename without extension
Returns: Success message with file path or error message
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| output_dir | No | ||
| filename | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |