list_feature_flags
Filter and list feature flags in a workspace by name, tag, rollout status, and pagination.
Instructions
List feature flags in a workspace
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tag | No | Filter flags by tag (e.g. 'Mobile Suite') | |
| name | No | Filter flags by name (partial match) | |
| limit | No | Number of results to return (max 50) | |
| offset | No | Pagination offset | |
| workspace_id | Yes | The workspace ID | |
| rollout_status_id | No | Filter by rollout status UUID (use list_rollout_statuses to discover valid IDs) |