get_features
Fetch feature flags for a project or workspace. Include a project_id for project features; omit for workspace features.
Instructions
Get feature flags.
Returns a project's features if project_id is given, otherwise the workspace's features.
Args: project_id: UUID of the project. Omit for workspace features.
Returns: ProjectFeature when project_id is given, otherwise WorkspaceFeature.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |