---
title: "Get feature flags for the currently logged in user."
method: GET
path: "/featureflags"
tags: ["Feature Flags"]
---

# Get feature flags for the currently logged in user.

`GET /featureflags`

A successful response from this resource will contain a map of
all feature flags and the value assigned to each of them for the user.

## Query parameters

- `project_id` string

## Response `200`

Feature flags retrieved successfully

- CustomerListFeatureFlagsResponse
  - `feature_flags` object

## Other responses

- `401` — Authentication required
- `500` — Internal server error
- `default` — An unexpected error response.

---

[API](https://skmtc.net/crusoecloud/apis/crusoe-cloud-api-gateway.md) · [All operations](https://skmtc.net/crusoecloud/apis/crusoe-cloud-api-gateway/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/crusoecloud/crusoe-cloud-api-gateway/revisions/a3fd2dedc72b/schema)
