---
title: "Get a report's top/bottom HTML"
method: GET
path: "/reports/info"
tags: ["Reports"]
---

# Get a report's top/bottom HTML

`GET /reports/info`

**Requires permission:** *AllStaff*

Returns the stored top/bottom report HTML for a report, backfilling either piece from the defaults row when it is blank.

## Query parameters

- `reportId` integer, nullable

## Response `200`

Success - Got report info

- GetReportInfoResponse
  - `reportInfo` ReportInfo
    - `id` integer
    - `htmlTop` string, nullable
    - `htmlBottom` string, nullable
    - `reportId` integer, nullable

## Other responses

- `400` — An Error Occurred - Failed to get report info
- `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)
