---
title: "Validator host resource samples"
method: GET
path: "/v1/admin/analytics/validator-resources"
tags: ["admin"]
---

# Validator host resource samples

`GET /v1/admin/analytics/validator-resources`

## Query parameters

- `start` string, date-time, required — Inclusive lower bound (ISO 8601 UTC)
- `end` string, date-time, required — Inclusive upper bound (ISO 8601 UTC)
- `validator_hotkey` string, nullable
- `limit` integer

## Response `200`

Successful Response

- ValidatorResourceSamplesResponse
  - `samples` ValidatorResourceSampleEntry[], required
    - `validator_hotkey` string, required
    - `recorded_at` string, date-time, required
    - `cpu_pct` number, nullable
    - `ram_pct` number, nullable
    - `disk_pct` number, nullable
    - `docker_container_count` integer, nullable
  - `count` integer, required

## Other responses

- `422` — Validation Error

---

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