---
title: "List all report manifests"
method: GET
path: "/api/reports"
tags: ["Reports"]
---

# List all report manifests

`GET /api/reports`

## Response `200`

A list of report manifests

- ReportManifestDto[]
  - `manifestUrl` string
  - `name` string, required
  - `displayName` string, required
  - `description` string, required
  - `version` string, required
  - `author` string, required
  - `publisher` string, required
  - `license` string, required
  - `repository` string, required
  - `bugs` string, required
  - `categories` string[], required
  - `keywords` string[], required
  - `configuration` object, required — Configuration settings for the report

## Other responses

- `500` — An error occurred while fetching report manifests

## Changes

- **2023-08-11** `c25702ffb0c9` — 1 breaking, 1 info
  - added `#/components/schemas/ConfigurationValueDto` to the `items/configuration/additionalProperties/` response property `oneOf` list for the response status `200`
  - removed `#/components/schemas/SettingDto` from the `items/configuration/additionalProperties/` response property `oneOf` list for the response status `200`
- **2023-08-11** `00d037b830a5` — 5 breaking, 1 warning, 1 info
  - the response property `items/configuration/additionalProperties/oneOf[#/components/schemas/SettingDto]/items` became optional for the status `200`
  - the response property `items/configuration/additionalProperties/oneOf[#/components/schemas/SettingDto]/markdownDescription` became optional for the status `200`
  - the response property `items/configuration/additionalProperties/oneOf[#/components/schemas/SettingDto]/order` became optional for the status `200`
  - response property `items/configuration/additionalProperties/oneOf[#/components/schemas/SettingDto]/default` list-of-types was widened by adding types `array, boolean, number and string` to media type `application/json` of response `200`
  - …3 more
- **2023-07-21** `c85720c5fc9e` — 1 info
  - added the optional property `items/manifestUrl` to the response with the `200` status
- **2023-04-27** `e14b4c818c53` — 1 info
  - endpoint added
- **2023-04-21** `d74e83d48d62` — 1 info
  - endpoint added

[Full history](https://skmtc.dev/givepraise/apis/praise-api/changes/api/reports/get.md)

---

[API](https://skmtc.dev/givepraise/apis/praise-api.md) · [All operations](https://skmtc.dev/givepraise/apis/praise-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/givepraise/praise-api/revisions/038d95bf55fd/schema)
