---
title: "Get cached Proxmox node stats for a host"
method: GET
path: "/proxmox-stats/{id}"
tags: ["Proxmox Stats"]
---

# Get cached Proxmox node stats for a host

`GET /proxmox-stats/{id}`

Returns the most recently polled Proxmox Stats snapshot for a host, or an empty skeleton if none has been collected yet.

## Path parameters

- `id` integer, required

## Response `200`

Proxmox stats snapshot.

## Other responses

- `401` — Session expired - please log in again.
- `404` — Stats not available yet.

---

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