---
title: "Metrics"
method: GET
path: "/metrics"
---

# Metrics

`GET /metrics`

Prometheus-compatible metrics endpoint for scraping and alerting.

This endpoint exposes metrics in Prometheus format that can be:
- Scraped by Prometheus server
- Visualized in Grafana dashboards
- Used for alerting rules

Example Prometheus scrape config:
  - job_name: 'humwork-backend'
    scrape_interval: 30s
    metrics_path: '/metrics'
    static_configs:
      - targets: ['localhost:8000']

## Response `200`

Successful Response

- unknown

---

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