---
title: "Get strategies that reference segment"
method: GET
path: "/api/admin/segments/{id}/strategies"
tags: ["Segments"]
---

# Get strategies that reference segment

`GET /api/admin/segments/{id}/strategies`

Retrieve all strategies that reference the specified segment.

## Path parameters

- `id` integer, required

## Response `200`

segmentStrategiesSchema

- SegmentStrategiesSchema — A collection of strategies belonging to a specified segment.
  - `strategies` object[], required — The list of strategies
    - `id` string, required — The ID of the strategy
    - `featureName` string, required — The name of the feature flag that this strategy belongs to.
    - `projectId` string, required — The ID of the project that the strategy belongs to.
    - `environment` string, required — The ID of the environment that the strategy belongs to.
    - `strategyName` string, required — The name of the strategy's type.
  - `changeRequestStrategies` object[] — A list of strategies that use this segment in active change requests.
    - `id` string — The ID of the strategy. Not present on new strategies that haven't been added to the feature flag yet.
    - `featureName` string, required — The name of the feature flag that this strategy belongs to.
    - `projectId` string, required — The ID of the project that the strategy belongs to.
    - `environment` string, required — The ID of the environment that the strategy belongs to.
    - `strategyName` string, required — The name of the strategy's type.

---

[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)
