List feature flags
list_flagsList feature flags in a project with filters for search, tag, type, and archived status. Use cursor for pagination.
Instructions
List feature flags in a project. Filter with search (key/name substring), tag, type, archived. Paginated via cursor.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tag | No | ||
| type | No | ||
| limit | No | ||
| cursor | No | ||
| search | No | ||
| project | Yes | Project key | |
| archived | No | true = only archived, false = only active |