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

Changes

Changed in 1 of the 4 revisions of this API.11

  • 87d29dc7b4fe11See the full diff
    • for the path request parameter id, the minLength was increased from 0 to 1

      request-parameter-min-length-increased

    • added the non-success response with the status

      response-non-success-status-added

    This revision also has 566 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog