---
title: "Get setup notes for a report"
method: GET
path: "/reports/notes"
tags: ["Reports"]
---

# Get setup notes for a report

`GET /reports/notes`

**Requires permission:** *ReportAdmins*

Returns the report-setup notes for a given report name (case-insensitive).

## Query parameters

- `reportName` string, nullable

## Response `200`

Success - Got notes

- GetReportSetupNotesResponse
  - `notes` ReportSetupNote[]
    - `id` integer
    - `note` string, nullable
    - `reportName` string, nullable
    - `dateUpdated` string, date-time
    - `updatedBy` string, nullable

## Other responses

- `400` — An Error Occurred - Could not get notes
- `401` — Unauthorized
- `403` — Forbidden

---

[API](https://skmtc.net/tonbridge/apis/tonbridge-app-api.md) · [All operations](https://skmtc.net/tonbridge/apis/tonbridge-app-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tonbridge/tonbridge-app-api/versions/fab57bf5558a/schema)
