Skip to main content
POST
Machine Metrics

Authorizations

Authorization
string
header
required

Authorization header with value: Bearer YOUR_TOKEN. Refer to the API Keys section to create your API key.

Body

application/json
range
Unix Timestamp · object
required

Time window to query via unix timestamps. Maximum range is 31 days (data retention limit). Data is returned at per-minute granularity, downsampled for large ranges.

machines
string[]

Optional list of machine names to filter by (max 20). If omitted, metrics for all machines are returned.

cursor
string
default:""

Cursor value for pagination. See our pagination guide for more details.

page_size
integer
default:10

The number of items to return per page.

Required range: 1 <= x <= 10

Response

Successful response.

Machine metrics grouped into system_metrics, validator_metrics, and node_metrics arrays. Each array is independently ordered by timestamp DESC, then machine ASC, and paginated toward older data.

data
object
required
paging
object