Skip to main content
GET
Runtime snapshot

Response

200 - application/json

The runtime snapshot.

goVersion
string
required

The Go runtime version.

Example:

"go1.26.5"

goroutines
integer
required

The current goroutine count.

Example:

42

numGC
integer<int64>
required

The number of completed GC cycles.

Example:

17

heapAlloc
integer<int64>
required

Heap bytes currently allocated.

Example:

8388608

numCPU
integer
required

The number of logical CPUs available.

Example:

8