---
title: "Get Render Metrics"
method: GET
path: "/api/v1/admin/monitor/render"
tags: ["admin-monitor"]
---

# Get Render Metrics

`GET /api/v1/admin/monitor/render`

Proxy the Render Metrics API with caching + graceful fallback.

Returns ``{configured: bool, range_seconds: int, metrics: {...}}``.
When not configured (missing env vars), returns an empty envelope so
the frontend can render a placeholder instead of erroring.

## Query parameters

- `range` string

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

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