---
title: "Metrics routes implementation"
method: GET
path: "/metrics"
tags: ["Metrics"]
---

# Metrics routes implementation

`GET /metrics`

Note: OpenAPI documentation for these endpoints can be found in the `openapi.rs` file
Returns a list of all available metric names in JSON format.

# Returns

An `HttpResponse` containing a JSON array of metric names.

## Response `200`

Metric names list

- string[]

## Other responses

- `401` — Unauthorized

---

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