---
title: "Shows details for one specific runtime"
method: GET
path: "/v1/runtimes/{id}"
tags: ["Runtimes"]
---

# Shows details for one specific runtime

`GET /v1/runtimes/{id}`

Shows the details of all included NPM packages and their version for one specific runtime

## Path parameters

- `id` string, required

## Headers

- `x-checkly-account` string — Your Checkly account ID, you can find it at https://app.checklyhq.com/settings/account/general

## Response `200`

Successful

- Runtime
  - `name` string, required — The unique name of this runtime.
  - `multiStepSupport` boolean, required — Whether this runtime supports multi-step checks.
  - `nodeJsVersion` string, required — The full Node.js version available in this runtime.
  - `stage` 'ALPHA' | 'BETA' | 'CURRENT' | 'DEPRECATED' | 'REMOVED' | 'STABLE' — Current life stage of a runtime.
  - `runtimeEndOfLife` string — Date which a runtime will be removed from our platform.
  - `description` string — A short, human readable description of the main updates in this runtime.
  - `dependencies` RuntimeDependencies, required — An object with all dependency package names and versions as in a standard package.json.

## Other responses

- `400` — Bad Request
- `404` — Not Found
- `429` — Too Many Requests

## Changes

- **2026-08-12** `87d29dc7b4fe` — 1 breaking, 1 info
  - for the `path` request parameter `id`, the minLength was increased from `0` to `1`
  - added the non-success response with the status `400`

[Change history](https://skmtc.dev/checklyhq/apis/checkly-public-api/changes/v1/runtimes/:id/get.md)

---

[API](https://skmtc.dev/checklyhq/apis/checkly-public-api.md) · [All operations](https://skmtc.dev/checklyhq/apis/checkly-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/checklyhq/checkly-public-api/revisions/87d29dc7b4fe/schema)
