---
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 — Does 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` DependenciesList, required — An object with all dependency package names and versions as in a standard package.json.

## Other responses

- `404` — Not Found
- `429` — Too Many Requests

---

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