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

# Get historical Proxmox node stats for a host

`GET /proxmox-stats/history/{hostId}`

## Path parameters

- `hostId` integer, required

## Query parameters

- `range` '1h' | '6h' | '24h' | '7d' | '30d'
- `from` string, date-time
- `to` string, date-time

## Response `200`

Array of node history rows.

## Other responses

- `403` — Access denied.

---

[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)
