---
title: "Region-specific filter options"
method: GET
path: "/automations/filters"
tags: ["Automations"]
---

# Region-specific filter options

`GET /automations/filters`

Returns the filter options (categories, GMV ranges, follower segments, engagement / view tiers, content-style options, etc.) valid for the given shop region. Use the response to drive filter dropdowns or to validate `creators_to_include.filters` values before submitting a create request.

Region differences:
  * Numeric ranges use the region's currency (`£` for UK, `$` for US, `€` for EU regions, `R$` for BR, etc.).
  * Category lists differ — UK has a smaller category set than US.
  * AI-search filters (face_visibility / content_style / personality_tone / etc.) are only fully populated for US today; other regions surface a subset.
  * Ethnicity filter is available globally regardless of region.

Supported regions: `US`, `UK`, `IE`, `MX`, `DE`, `FR`, `ES`, `BR`, `IT`, `GLOBAL` (alias for US).

## Query parameters

- `shop_region` string, required

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/reacherapp/apis/reacher-data-api.md) · [All operations](https://skmtc.dev/reacherapp/apis/reacher-data-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/reacherapp/reacher-data-api/revisions/643422c93bd8/schema)
