---
title: "List compute environments compatible with a Studio"
method: GET
path: "/studios/{sessionId}/compatible-ce"
tags: ["studios"]
---

# List compute environments compatible with a Studio

`GET /studios/{sessionId}/compatible-ce`

Lists the compute environments in the same workspace as the given Studio that are compatible with its compute environment.

## Path parameters

- `sessionId` string, required

## Query parameters

- `workspaceId` integer
- `attributes` ComputeEnvQueryAttribute[]

## Response `200`

OK

- ListComputeEnvsResponse
  - `computeEnvs` ListComputeEnvsResponseEntry[]
    - `credentialsId` string
    - `description` string, nullable
    - `fusion2Enabled` boolean, nullable
    - `id` string
    - `labels` LabelDbDto[], nullable
      - `dateCreated` string, date-time
      - `id` integer
      - `isDefault` boolean
      - `isDynamic` boolean
      - `isInterpolated` boolean
      - `name` string
      - `resource` boolean
      - `value` string
    - `lastUsed` string, date-time
    - `message` string
    - `name` string
    - `platform` string
    - `primary` boolean
    - `region` string
    - `resources` ComputeEnvResources
      - `cpus` integer, nullable
      - `diskSize` integer, nullable
      - `estimatedPrice` number, float, nullable
      - `gpuEnabled` boolean, nullable
      - `gpus` integer, nullable
      - `instanceType` string, nullable
      - `memory` integer, nullable
    - `schedEnabled` boolean, nullable
    - `status` 'CREATING' | 'AVAILABLE' | 'DISABLED' | 'DELETING' | 'ERRORED' | 'INVALID' | 'DELETED'
    - `visibility` string
    - `waveEnabled` boolean, nullable
    - `workDir` string
    - `workspaceName` string

## Other responses

- `403` — Operation not allowed.
- `404` — NotFound, when the Studio is not found, has no compute environment, or when the API is disabled for the workspace.

---

[API](https://skmtc.net/seqeralabs/apis/seqera-api.md) · [All operations](https://skmtc.net/seqeralabs/apis/seqera-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/seqeralabs/seqera-api/versions/13316c9fe5ff/schema)
