---
title: "Controller Get Existing Turf Analysis"
method: POST
path: "/ad_analytics/cpg_suite/turf-analysis/get-existing"
---

# Controller Get Existing Turf Analysis

`POST /ad_analytics/cpg_suite/turf-analysis/get-existing`

Get existing turf analysis results

## Request body

- TurfAnalysisRequest — Request for turf analysis - finding optimal product combinations for maximum reach.
  - `steps` integer, required — Number of steps/products to include in the analysis
  - `filters` CPGSuiteFilter, required — Filter for CPG Suite.
    - `selections` SelectionPayload, required
      - `selections` array[], required
        - Selection[]
          - `field` string, required
          - `values` string[], nullable, required
    - `search_string` string, nullable — Search string for fuzzy match
    - `timeframe` SrcApiAdAnalyticsModelTimeframe
      - `start_date` string, date-time, required
      - `end_date` string, date-time, nullable, required
    - `audience_filter` CPGAudienceFilter — Audience filter for CPG Suite with category selection support.
      - `audience_id` string, nullable — Base audience ID to filter by
      - `category_selections` SelectionPayload
        - `selections` array[], required
          - Selection[]
            - `field` string, required
            - `values` string[], nullable, required

## Response `200`

Successful Response

- TurfAnalysisResponse — Response for turf analysis request.
  - `products` TurfProduct[], required — Ordered list of products that maximize reach
    - `product_name` string, required — Name of the product
    - `brand` string, nullable, required — Brand of the product
    - `category` string, nullable, required — Category of the product
    - `new_reach` integer, required — Number of new baskets reached by adding this product
    - `new_reach_percentage` number, required — Percentage of new baskets reached by adding this product
    - `cumulative_reach` integer, required — Cumulative number of baskets reached up to this step
    - `cumulative_reach_percentage` number, required — Cumulative percentage of baskets reached up to this step
    - `step` integer, required — Step number in the analysis (1-based)
  - `total_baskets` integer, required — Total number of baskets in the dataset

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/akkio/apis/fastapi.md) · [All operations](https://skmtc.net/akkio/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/akkio/fastapi/versions/6662a407c637/schema)
