Export Website Heatmap
export_heatmapExports a completed website heatmap from a Study result, identified by the message ID reported with the completed result. Returns the same ZIP archive as the web app, including its unified-renderer PDF report, Markdown, images, and metadata.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| force | No | Regenerate the ZIP archive instead of returning the cached artifact. | |
| panelId | No | Study ID (UUID; legacy wire field name: panelId) | |
| studyId | No | Study ID (UUID). | |
| messageId | Yes | ID of the completed Study result containing the website heatmap. Completed Study results report this identifier when the answer carries a heatmap. | |
| panelName | No | Study name (fuzzy matched; legacy wire field name: panelName) | |
| studyName | No | Study name (fuzzy matched). |