---
title: "Get Report"
method: GET
path: "/v1/public/reports/{report_id}"
tags: ["Reports"]
---

# Get Report

`GET /v1/public/reports/{report_id}`

## Path parameters

- `report_id` string, required

## Query parameters

- `workspace_id` string, nullable

## Response `200`

OK

- PublicReportDetailSchema
  - `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
  - `panels` PublicReportPanelDetailSchema[]
    - `id` string, required
    - `order` integer, required
    - `name` string, nullable
    - `description` string, nullable
    - `panel_type` string, nullable
    - `data_source_type` string, nullable
    - `data_source` string, nullable
    - `width_units` integer
    - `height_px` integer
    - `breakdown` string, nullable
    - `ratio` integer
    - `filter` object, nullable
    - `meta_data` object, nullable
    - `type_objects` string, nullable
    - `created_at` string, date-time, required
    - `updated_at` string, date-time, required
    - `metrics` PublicReportMetricSchema[]
      - `id` string, required
      - `role` string, nullable
      - `name` string, nullable
      - `metric` string, nullable
      - `metric_type` string, nullable
      - `order` integer
      - `data_source` string, nullable
      - `sort` string, nullable
      - `filter` object, nullable
      - `meta_data` object, nullable

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