---
title: "Get the status of multiple feature flags for a business"
method: GET
path: "/businesses/{business_id}/feature_flags/statuses"
tags: ["Feature flags"]
---

# Get the status of multiple feature flags for a business

`GET /businesses/{business_id}/feature_flags/statuses`

## Path parameters

- `business_id` string, required

## Query parameters

- `feature_flag_names` string[], required

## Response `200`

A dictionary with a `feature_flags` property which is an array of `FeatureFlag` objects

- object
  - `feature_flags` FeatureFlag[], required — An array of `FeatureFlag` objects
    - `feature_flag_name` string, required — The name of the feature flag
    - `enabled` boolean, required — Whether the feature flag is enabled

---

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