# POST /reports/render-preview

**Resource:** [Reports](./reports.md)  
**MCP tool:** `render_report_preview`  
**Scopes:** `opportunities:read`  
**Write operation:** no

Server-side render a dashboard to HTML for preview.

## Parameters

| Name | In | Type | Required | Description |
|------|----|------|----------|-------------|
| `dashboard_id` | body | string | yes |  |

## Request example

```bash
curl -X POST   "https://api.trustpager.com/functions/v1/api/v1/reports/render-preview"   -H "Authorization: Bearer YOUR_API_KEY"   -H "Content-Type: application/json"   -d '{"dashboard_id":"..."}'
```

---
Base URL: `https://api.trustpager.com/functions/v1/api/v1` — Auth: `Authorization: Bearer YOUR_API_KEY`