---
title: "List feature rules"
method: GET
path: "/v3/feature-rules"
tags: ["Feature Rules"]
---

# List feature rules

`GET /v3/feature-rules`

Retrieves a list of feature rules.

## Query parameters

- `tags` string

## Response `200`

OK - Feature rules have been retrieved successfully

- FeatureRuleResponse[]
  - `id` string
  - `version` number
  - `tags` unknown[]
    - unknown
  - `label` string
  - `description` string
  - `last_updated` string
  - `request_type` 'html' | 'json' | 'graphql'
  - `target_name` string
  - `match_operation` 'equals' | 'contains'
  - `target_value` string
  - `css_selector` string

## Other responses

- `400` — Bad Request - Tags size exceeded the limit of 50

---

[API](https://skmtc.net/zuora/apis/admin-api-reference.md) · [All operations](https://skmtc.net/zuora/apis/admin-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/zuora/admin-api-reference/revisions/789812d35ac8/schema)
