latestOpenAPI 3.0.02026-08-121915501.4 MB

87d29dc7b4fe

Runtimes

Lists all supported runtimes

Lists all supported runtimes and the included NPM packages for Browser checks and setup & teardown scripts for API checks.

get/v1/runtimes

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"
  }
]