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

# GET /metrics

`GET /metrics`

List all metrics in your account.

## Response `200`

OK

- object
  - `data` MetricEntity[]
    - `id` integer — Metric ID.
    - `name` string — Metric name.
    - `defaultValue` number — Default value.
    - `fix` boolean — Whether this is a fixed metric or not.

---

[API](https://skmtc.net/agendor/apis/agendor-api.md) · [All operations](https://skmtc.net/agendor/apis/agendor-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/agendor/agendor-api/versions/15b713a36796/schema)
