MINARA

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.

MethodGET
Path/v1/settings/report-design
AuthAuthorization: Bearer <token> required when GATEWAY_AUTH_TOKEN is set
Categorytheme

Response body

{ "settings": { "density": "balanced", "typeScale": "standard", "pageWidth": "standard", "cornerStyle": "soft", "accent": "graphite" }, "defaults": { "density": "balanced", "typeScale": "standard", "pageWidth": "standard", "cornerStyle": "soft", "accent": "graphite" } }

On this page