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

# Get Specific Trend Report

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

Allows you to retrieve the full result of a Trend 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
    - `id` string
    - `report_key` string
    - `last_timestamp` string
    - `last_date` string
    - `looker_last_date` string
    - `location` object
    - `keyword` string
    - `lat` string
    - `lng` string
    - `grid_size` string
    - `radius` string
    - `measurement` string
    - `points` string
    - `scan_count` integer
    - `arp` string
    - `arp_move` string
    - `atrp` string
    - `atrp_move` string
    - `solv` string
    - `solv_move` string
    - `pdf` string
    - `csv` string
    - `public_url` string
    - `scans` object[]
      - `report_key` string
      - `timestamp` string
      - `date` string
      - `arp` string
      - `atrp` string
      - `solv` string
      - `image` string
      - `heatmap` string
      - `public_url` string
      - `locations` 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/5487f4bd451b/schema)
