Get report style
GET /v1/report-style — Return the complete report-style configuration shared by Institution and Deep Research HTML/PDF reports, including the a
GET /v1/report-style
Return the complete report-style configuration shared by Institution and Deep Research HTML/PDF reports, including the active settings, defaults, quick-style presets, and custom REPORT.css contents.
| Method | GET |
| Path | /v1/report-style |
| Auth | Authorization: Bearer <token> required when GATEWAY_AUTH_TOKEN is set |
| Category | theme |
Response body
{ "settings": { "preset": "minara-fusion", "density": "balanced", "typeScale": "standard", "pageWidth": "standard", "cornerStyle": "soft", "accent": "graphite" }, "defaults": { "preset": "minara-fusion", "density": "balanced", "typeScale": "standard", "pageWidth": "standard", "cornerStyle": "soft", "accent": "graphite" }, "presets": [{ "id": "minara-fusion", "name": "Minara Fusion", "description": "..." }], "custom_css": "" }