---
title: "Get settings."
method: GET
path: "/reports/settings"
tags: ["reports", "enterprise"]
---

# Get settings.

`GET /reports/settings`

Available to org admins only and with a valid or expired license.

You need to have a permission with action `reports.settings:read`x.

## Response `200`

(empty)

- SettingsDTO
  - `branding` BrandingOptionsDTO
    - `emailFooterLink` string
    - `emailFooterMode` string
    - `emailFooterText` string
    - `emailLogoUrl` string
    - `reportLogoUrl` string
  - `id` integer
  - `orgId` integer
  - `userId` integer

## Other responses

- `401` — UnauthorizedError is returned when the request is not authenticated.
- `403` — ForbiddenError is returned if the user/token has insufficient permissions to access the requested resource.
- `500` — InternalServerError is a general error indicating something went wrong internally.

---

[API](https://skmtc.net/nforgeio/apis/grafana-http-api.md) · [All operations](https://skmtc.net/nforgeio/apis/grafana-http-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/nforgeio/grafana-http-api/versions/3cb6c3f42dc7/schema)
