---
title: "Get evaluated feature flags"
method: GET
path: "/v1/feature-flags"
tags: ["Feature Flags"]
---

# Get evaluated feature flags

`GET /v1/feature-flags`

Returns all feature flags with their evaluated enabled/disabled status for the authenticated user and specified organization

## Query parameters

- `organizationId` string, uuid, required
- `environment` 'development' | 'staging' | 'production'

## Response `200`

Feature flags evaluated successfully

- object — Feature flags evaluated successfully
  - `flags` object — Map of feature flag names to their enabled status

## Other responses

- `400` — Bad request - missing required parameters
- `401` — Unauthorized - invalid or missing authentication
- `403` — Forbidden - user is not a member of the specified organization
- `500` — Internal server error

---

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