---
title: "Get a Feature Variation"
method: GET
path: "/v1/projects/{project}/features/{feature}/variations/{key}"
tags: ["Variations"]
---

# Get a Feature Variation

`GET /v1/projects/{project}/features/{feature}/variations/{key}`

Get a variation by ID or key

## Path parameters

- `key` string, required
- `feature` string, required
- `project` string, required

## Response `200`

- Variation
  - `key` string, required — Unique key by Feature, can be used in the SDK / API to reference by 'key' rather than _id. Must only contain lower-case characters and `_`, `-` or `.`.
  - `name` string, required — Variation display name.
  - `variables` object — A key-value map of variables to their value for this variation
  - `_id` string, required — A unique Variation ID

## Other responses

- `401`
- `404`

---

[API](https://skmtc.dev/devcycle/apis/devcycle-management-api.md) · [All operations](https://skmtc.dev/devcycle/apis/devcycle-management-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/devcycle/devcycle-management-api/revisions/d4a127a37608/schema)
