getFeatures
Retrieve feature flags for a specific project to manage and control feature rollouts programmatically.
Instructions
Retrieve features for a specific project
Input Schema
Name | Required | Description | Default |
---|---|---|---|
projectId | Yes |
Input Schema (JSON Schema)
{
"properties": {
"projectId": {
"type": "string"
}
},
"required": [
"projectId"
],
"type": "object"
}