# Get environment by ID Endpoint: GET /environments/{environmentId} Version: 5.1.42 Security: api_key ## Path parameters: - `environmentId` (integer, required) The ID of the environment to get ## Response 200 fields (application/json): - `environmentId` (integer) The ID of the Environment. This field will be generated by the Masking Engine. - `environmentName` (string, required) The name for this Environment. Note that it must be unique among Environments. Example: "test_env" - `applicationId` (integer, required) The ID of the associated application. Example: "1" - `applicationName` (string) The Name of the associated application. - `purpose` (string, required) The purpose of this Environment. Environments with a 'MASK' purpose will have access to Masking and Profiling jobs, whereas Environments with a 'TOKENIZE' purpose will have access to Tokenization and Re-Identification jobs. Note that any custom purposes created through the UI will be represented as 'MASK' purposes, due to the jobs that they have access to. Enum: "MASK", "TOKENIZE" - `isWorkflowEnabled` (boolean) True to have workflow enabled, false to leave the workflow disabled. ## Response 403 fields ## Response 404 fields