v6

OpenAPI 3.0.4raw.githubusercontent.com2026-07-1500143.2 KB
Kernel

Gets the list of all the available kernels.

get/kernels

Response

OK

idstring uuid required

Unique identifier of the kernel.

platformstring required

The operating system this kernel supports (e.g: win-x64, osx-arm64).

browserstring required

The browser this kernel contains (e.g: chroma, junglefox).

versionstring required

Version of the browser.

builtAtstring date-time required

Build timestamp of the kernel.

downloadSizeinteger required

Size of the download package in bytes.

diskSizeinteger nullable

Size of the extracted package on the local file system in bytes or null if the kernel is not installed.

isInstalledboolean required

Flag indicating if the kernel is locally available (true) or it has to be installed before usage (false).

isInUseboolean required

Flag indicating if the kernel is currently in use.

isMarkedForRemovalboolean required

Flag indicating that the kernel will be removed from the local file system when it is not in use.