---
title: "List available runtime environments"
method: GET
path: "/runtime_environments"
---

# List available runtime environments

`GET /runtime_environments`

## Response `200`

Successfully listed runtime environments.

- RuntimeEnvironment[]
  - `name` string
  - `label` string
  - `description` string
  - `file_extensions` string[]
  - `output_formats` string[]
  - `metadata` object
  - `compute_types` string[]
  - `default_compute_type` string
  - `utc_only` boolean

## Other responses

- `500` — Server error

---

[API](https://skmtc.net/jupyter-server/apis/jupyter-scheduler-api.md) · [All operations](https://skmtc.net/jupyter-server/apis/jupyter-scheduler-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/jupyter-server/jupyter-scheduler-api/versions/f49a837fc1f2/schema)
