# Get

Launch stage: GA

`GET /api/environments/v1/{name=default-workspace-base-environment}`

Gets the default WorkspaceBaseEnvironment configuration for the workspace.
 Returns the current default base environment settings for both CPU and GPU compute.

API scopes: environments

## Path parameters

- `name` (string, optional)
  A static resource name of the default workspace base environment.
   Format: default-workspace-base-environment

## Returns

Returns the DefaultWorkspaceBaseEnvironment object.

## Response

```json
{
  "name": "string",
  "cpu_workspace_base_environment": "string",
  "gpu_workspace_base_environment": "string"
}
```

