---
title: "Get Specific Reviews Analysis Report"
method: POST
path: "/v1/reviews/{report_key}"
tags: ["Reviews Analysis"]
---

# Get Specific Reviews Analysis Report

`POST /v1/reviews/{report_key}`

Allows you to retrieve the full result of a Reviews Analysis Report from the Local Falcon.

## Path parameters

- `report_key` string, required

## Response `200`

Successful response

- object
  - `code` integer
  - `code_desc` boolean
  - `success` boolean
  - `message` boolean
  - `parameters` object
  - `data` object
    - `type` string
    - `report` object
      - `date` string
      - `status` string
      - `progress` integer
      - `message` string
      - `statistics` object
        - `bestPerformingBusiness` string
        - `worstPerformingBusiness` string
        - `rollupHistoricalVelocityValues` object

## Other responses

- `400` — The request was malformed or missing required parameters.
- `401` — The API key is missing, invalid, or does not have permission for the requested resource.
- `429` — You have exceeded the rate limit. Please wait before making additional requests.
- `500` — An unexpected error occurred on the server. Please try again later.

---

[API](https://skmtc.net/localfalcon/apis/local-falcon-api.md) · [All operations](https://skmtc.net/localfalcon/apis/local-falcon-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/localfalcon/local-falcon-api/revisions/06b5d428ba9e/schema)
