---
title: "Get Specific Campaign Report"
method: POST
path: "/v1/campaigns/{report_key}"
tags: ["Campaigns"]
---

# Get Specific Campaign Report

`POST /v1/campaigns/{report_key}`

Allows you to retrieve the full result of a Campaign 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
    - `name` string
    - `created` string
    - `date_created` string
    - `updated` string
    - `date_updated` string
    - `last_run` string
    - `date_last_run` string
    - `next_run` union
      - string
      - boolean
    - `date_next_run` union
      - string
      - boolean
    - `grid_size` string
    - `radius` string
    - `measurement` string
    - `frequency` string
    - `locations` string
    - `keywords` string
    - `scans` string
    - `arp` string
    - `arp_change` string
    - `atrp` string
    - `atrp_change` string
    - `solv` string
    - `solv_change` string
    - `public_url` string
    - `status` string
    - `runs` string[]
    - `run_data` object
      - `run` string
      - `metrics` object
      - `breakdown` 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)
