---
title: "List report templates"
method: GET
path: "/reports/templates"
tags: ["Reports"]
---

# List report templates

`GET /reports/templates`

**Requires permission:** *ReportAdmins*

Returns the available report templates (newest first) for the report-setup 'start from template' picker.

## Response `200`

Success - Templates

- GetReportTemplatesResponse
  - `templates` ReportTemplateSummary[]
    - `id` integer
    - `name` string, nullable
    - `academicYear` integer, nullable
    - `yearGroup` string, nullable
    - `createdBy` string, nullable
    - `createdDate` string, date-time

## Other responses

- `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)
