get_features
Retrieve feature flags for a specific project or workspace. Provide a project ID to get project-specific features, or omit it for workspace-wide 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 |