---
title: "Get strategies that use a context field"
method: GET
path: "/api/admin/context/{contextField}/strategies"
tags: ["Strategies"]
---

# Get strategies that use a context field

`GET /api/admin/context/{contextField}/strategies`

Retrieves a list of all strategies that use the specified context field. If the context field doesn't exist, returns an empty list of strategies

## Path parameters

- `contextField` string, required

## Response `200`

contextFieldStrategiesSchema

- ContextFieldStrategiesSchema — A wrapper object containing all strategies that use a specific context field
  - `strategies` object[], required — List of strategies using the context field
    - `id` string, required — The ID of the strategy.
    - `featureName` string, required — The name of the feature that contains this strategy.
    - `projectId` string, required — The ID of the project that contains this feature.
    - `environment` string, required — The ID of the environment where this strategy is in.
    - `strategyName` string, required — The name of the strategy.

## Other responses

- `401` — Authorization information is missing or invalid. Provide a valid API token as the `authorization` header, e.g. `authorization:*.*.my-admin-token`.

---

[API](https://skmtc.net/unleash/apis/unleash-api-3.md) · [All operations](https://skmtc.net/unleash/apis/unleash-api-3/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/unleash/unleash-api-3/revisions/b2c3116e633e/schema)
