---
title: "Get Specific Scan Report"
method: POST
path: "/v1/reports/{report_key}/"
tags: ["Scans & Reports"]
---

# Get Specific Scan Report

`POST /v1/reports/{report_key}/`

Allows you to retrieve the full result of a Scan Report within your Local Falcon account.

## Path parameters

- `report_key` string, required

## Response `200`

Successful response

- object
  - `code` integer
  - `code_desc` boolean
  - `success` boolean
  - `message` boolean
  - `parameters` object
  - `data` object
    - `id` string
    - `checksum` string
    - `report_key` string
    - `campaign_report_key` string
    - `timestamp` string
    - `date` string
    - `looker_date` string
    - `platform` string
    - `place_id` string
    - `location` object
    - `keyword` string
    - `lat` string
    - `lng` string
    - `grid_size` string
    - `radius` string
    - `measurement` string
    - `points` string
    - `found_in` string
    - `arp` string
    - `atrp` string
    - `solv` string
    - `unique_competitors` integer
    - `image` string
    - `heatmap` string
    - `pdf` string
    - `public_url` string
    - `data_points` object[]
      - `lat` string
      - `lng` string
      - `found` boolean
      - `rank` union
        - integer
        - boolean
      - `count` integer
      - `results` object[]
        - `rank` integer
        - `place_id` string
        - `name` string

## Other responses

- `202` — Scan is still processing
- `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)
