Fetches time-series performance metrics (CPU, memory, disk, uptime) for a site within a specified date range. For ranges over 48 hours, data is automatically aggregated hourly to ensure a fast response. For shorter ranges, raw data points are returned.
Authenticate requests by providing a JSON Web Token (JWT) in the Authorization header. Example: Authorization: Bearer <YOUR_JWT>
The UUID of the site.
The start date for the query range (inclusive).
"2025-10-28"
The end date for the query range (inclusive).
"2025-10-29"
A list of performance metric snapshots.
The timestamp when these stats were recorded.
"2025-10-29T11:47:00Z"
The CPU load percentage.
15
The amount of free memory in bytes.
876543210
The amount of free disk space in bytes.
123456789
The device uptime in seconds.
312780