---
title: "Get stats of nodes"
method: GET
path: "/executors/stats"
tags: ["General APIs with JWT"]
---

# Get stats of nodes

`GET /executors/stats`

Endpoint to retrieve stats of nodes.

## Response `200`

Stats of nodes

- ExecutorStatsResponse[]
  - `gpu_type` string, required
  - `rented_count` integer, required
  - `all_count` integer, required
  - `percentage` number, required

## Other responses

- `500` — Internal server error

---

[API](https://skmtc.dev/lium/apis/lium-backend-api.md) · [All operations](https://skmtc.dev/lium/apis/lium-backend-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/lium/lium-backend-api/revisions/57db0a9348db/schema)
