---
title: "Get Location Options"
method: GET
path: "/api/v2/question/location/options"
tags: ["Question"]
---

# Get Location Options

`GET /api/v2/question/location/options`

State/region options for a given country, scoped to the current tenant. Used to render country-dependent state dropdowns alongside question templates.

## Query parameters

- `country` string, required
- `exclude` string
- `keyList` string

## Headers

- `Authorization` string, required

## Response `200`

OK

- LocationOptionSchema
  - `label` string, nullable — Display label for the option
  - `value` string, nullable — Value for the option

---

[API](https://skmtc.net/eightfold/apis/api-server-v2-service-service.md) · [All operations](https://skmtc.net/eightfold/apis/api-server-v2-service-service/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/eightfold/api-server-v2-service-service/versions/0fb26f4e41bf/schema)
