---
title: "Get Feature Values"
method: POST
path: "/ad_analytics/values"
---

# Get Feature Values

`POST /ad_analytics/values`

Get unique values for a specific feature

## Request body

- GetFeatureValuesRequest
  - `feature` string, required
  - `context` string
  - `pagination` Pagination
    - `start` integer, required — The start index
    - `limit` integer, required — The limit
  - `search` string, nullable

## Response `200`

Successful Response

- string[]

## 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/revisions/6662a407c637/schema)
