---
title: "Get feature flag status"
method: GET
path: "/api/v2/flag-statuses/{projectKey}/{environmentKey}/{featureFlagKey}"
tags: ["Feature flags"]
---

# Get feature flag status

`GET /api/v2/flag-statuses/{projectKey}/{environmentKey}/{featureFlagKey}`

Get the status for a particular feature flag.

## Path parameters

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

## Response `200`

Flag status response

- FlagStatusRep
  - `name` 'new' | 'inactive' | 'active' | 'launched', required — Status of the flag
  - `lastRequested` string, date-time — Timestamp of last time flag was requested
  - `default` unknown
  - `_links` object, required

## Other responses

- `401` — Invalid access token
- `403` — Forbidden
- `404` — Invalid resource identifier
- `429` — Rate limited

## Changes

- **2025-10-28** `1f5ed5a1ade6` — 1 breaking
  - the response property `lastRequested` became nullable for the status `200`

[Change history](https://skmtc.dev/launchdarkly/apis/launchdarkly-rest-api/changes/api/v2/flag-statuses/:projectKey/:environmentKey/:featureFlagKey/get.md)

---

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