---
title: "Get followers of all flags in a given project and environment"
method: GET
path: "/api/v2/projects/{projectKey}/environments/{environmentKey}/followers"
tags: ["Follow flags"]
---

# Get followers of all flags in a given project and environment

`GET /api/v2/projects/{projectKey}/environments/{environmentKey}/followers`

Get followers of all flags in a given environment and project

## Path parameters

- `projectKey` string, string, required — The project key
- `environmentKey` string, string, required — The environment key

## Response `200`

Flags and flag followers response

- FlagFollowersByProjEnvGetRep
  - `_links` object, required — The location and content type of related resources
  - `items` FollowersPerFlag[] — An array of flags and their followers
    - `flagKey` string — The flag key
    - `followers` FollowFlagMember[] — A list of members who are following this flag
      - `_links` object, required — The location and content type of related resources
      - `_id` string, required — The member's ID
      - `firstName` string — The member's first name
      - `lastName` string — The member's last name
      - `role` string, required — The member's base role. If the member has no additional roles, this role will be in effect.
      - `email` string, required — The member's email address

## Other responses

- `400` — Invalid request
- `401` — Invalid access token
- `403` — Forbidden
- `404` — Invalid resource identifier

---

[API](https://skmtc.net/launchdarkly/apis/launchdarkly-rest-api.md) · [All operations](https://skmtc.net/launchdarkly/apis/launchdarkly-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/launchdarkly/launchdarkly-rest-api/versions/69c5c9aafe78/schema)
