---
title: "List Reports"
method: GET
path: "/v1/public/reports"
tags: ["Reports"]
---

# List Reports

`GET /v1/public/reports`

## Query parameters

- `workspace_id` string, nullable

## Response `200`

OK

- PublicReportListItemSchema[]
  - `id` string, required
  - `name` string, nullable
  - `description` string, nullable
  - `report_type` string, nullable
  - `panel_count` integer
  - `created_at` string, date-time, required
  - `updated_at` string, date-time, required

## Other responses

- `400` — Bad Request
- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.net/sankahq/apis/ninjaapi.md) · [All operations](https://skmtc.net/sankahq/apis/ninjaapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sankahq/ninjaapi/revisions/c273ff62266a/schema)
