Get report design settings
GET /v1/settings/report-design — Return the persisted visual settings used by Institution and Deep Research HTML/PDF reports, together with the default s
GET /v1/settings/report-design
Return the persisted visual settings used by Institution and Deep Research HTML/PDF reports, together with the default settings.
| Method | GET |
| Path | /v1/settings/report-design |
| Auth | Authorization: Bearer <token> required when GATEWAY_AUTH_TOKEN is set |
| Category | theme |
Response body
{ "settings": { "density": "balanced", "typeScale": "standard", "pageWidth": "standard", "cornerStyle": "soft", "accent": "graphite" }, "defaults": { "density": "balanced", "typeScale": "standard", "pageWidth": "standard", "cornerStyle": "soft", "accent": "graphite" } }