latestOpenAPI 3.0.02026-08-121915501.4 MB

87d29dc7b4fe

Runtimes

Shows details for one specific runtime

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

get/v1/runtimes/{id}

Path parameters

idstring required

Headers

x-checkly-accountstring

Your Checkly account ID, you can find it at https://app.checklyhq.com/settings/account/general

Your Checkly account ID, you can find it at https://app.checklyhq.com/settings/account/general

Response

Successful

namestring required

The unique name of this runtime.

multiStepSupportboolean required

Whether this runtime supports multi-step checks.

nodeJsVersionstring required

The full Node.js version available in this runtime.

stage'ALPHA' | 'BETA' | 'CURRENT' | 'DEPRECATED' | 'REMOVED' | 'STABLE'

Current life stage of a runtime.

runtimeEndOfLifestring

Date which a runtime will be removed from our platform.

descriptionstring

A short, human readable description of the main updates in this runtime.

dependenciesRuntimeDependencies required

An object with all dependency package names and versions as in a standard package.json.

Example response

{
  "stage": "STABLE",
  "runtimeEndOfLife": "12/31/2022",
  "description": "Main updates are Playwright 1.58.2"
}