---
title: "get check report based on checkId"
method: GET
path: "/platform/report/{checkId}"
tags: ["platform"]
---

# get check report based on checkId

`GET /platform/report/{checkId}`

get check report based on checkId

## Path parameters

- `checkId` string, required

## Response `200`

OK

- object
  - `code` integer
  - `data` object
    - `reportInfo` object
  - `message` string
  - `page` ControllerPage
    - `page` integer
    - `pageSize` integer
    - `total` integer

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `500` — Internal Server Error

## Changes

> 50 revisions in range; 1 could not be searched.

- **2022-04-13** `dd2bd350861b` — 1 breaking, 1 warning
  - added the new path request parameter `checkId`
  - deleted the `query` request parameter `id`
- **2022-04-08** `52d3173e154e` — 1 warning, 1 info
  - deleted the `path` request parameter `checkId`
  - added the new optional `query` request parameter `id`
- **2022-03-25** `34233cf15ffa` — 1 breaking, 1 warning
  - added the new path request parameter `checkId`
  - deleted the `query` request parameter `id`
- **2022-03-18** `1d5669540c8c` — 1 breaking, 1 info
  - api path removed without deprecation
  - endpoint added
- **2022-03-18** `0b7b17ff1ecb` — 1 breaking, 1 info
  - api path removed without deprecation
  - endpoint added

[Full history](https://skmtc.dev/pingcap/apis/em-ui-api/changes/platform/report/:checkId/get.md)

---

[API](https://skmtc.dev/pingcap/apis/em-ui-api.md) · [All operations](https://skmtc.dev/pingcap/apis/em-ui-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/pingcap/em-ui-api/revisions/631e4b26b7e8/schema)
