---
title: "Get Custom Metrics"
method: GET
path: "/api/v1/metrics/custom"
---

# Get Custom Metrics

`GET /api/v1/metrics/custom`

Evaluate all configured custom metrics and return current values.

Returns an object with a ``metrics`` list. Each entry contains:
- ``name``: metric name
- ``value``: computed float value
- ``unit``: display unit (e.g. ``"lines/$"``)
- ``description``: optional human-readable description
- ``error``: present only when evaluation failed

Returns 200 with an empty list if no custom metrics are configured.

## Response `200`

Successful Response

- unknown

---

[API](https://skmtc.net/sipyourdrink-ltd/apis/bernstein-task-server.md) · [All operations](https://skmtc.net/sipyourdrink-ltd/apis/bernstein-task-server/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sipyourdrink-ltd/bernstein-task-server/revisions/86f514b4e920/schema)
