---
title: "Get evaluated feature flags for a host (API key auth)"
method: GET
path: "/v1/feature-flags/host"
tags: ["Feature Flags"]
---

# Get evaluated feature flags for a host (API key auth)

`GET /v1/feature-flags/host`

Returns all feature flags evaluated for the organization associated with the API key. No user-specific rules are applied.

## Query parameters

- `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

- `401` — Unauthorized - invalid or missing API key
- `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)
