# Get classifier framework by frameworkId Endpoint: GET /classifiers/frameworks/{frameworkId} Version: 5.1.43 Security: api_key ## Path parameters: - `frameworkId` (integer, required) The id of the framework ## Query parameters: - `include_schema` (boolean) Whether to include each classifier framework's JSON schema in the response. ## Response 200 fields (application/json): - `frameworkId` (integer) The id of the classifier framework installed using Plugin API. Example: 1 - `frameworkName` (string) The name of the classifier framework installed using Plugin API. Example: "REGEX" - `description` (string) The description of the classifier framework Example: "This is a regex classifier framework." - `classifierSchema` (object) The JSON schema of classifierExtension used by this framework ## Response 400 fields ## Response 403 fields