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

# List Metrics

`GET /metrics`

## Query parameters

- `per_page` integer
- `page` integer
- `sort` string[]
- `include` string[]
- `filter[name]` string
- `filter[calc_type]` 0 | 1
- `filter[tags]` string

## Response `200`

Paginated set of `Metric`

## Changes

> 30 revisions in range; 3 could not be searched.

- **2026-07-27** `09d2b7258b3c` — 5 breaking
  - the `data/items/attributes/default_value` response's property type/format changed from `string, null`/`` to `object, null`/`` for status `200`
  - the `data/items/attributes/display_chart` response's property type/format changed from `boolean`/`` to `integer`/`` for status `200`
  - the `included/items/attributes/calculated_value` response's property type/format changed from `string`/`` to `number`/`` for status `200`
  - the `included/items/attributes/created/human` response's property type/format changed from `null`/`` to `string, null`/`` for status `200`
  - …1 more
- **2026-07-10** `4e4308be5bcf` — 12 breaking
  - for the `query` request parameter `include`, the type/format was changed from `string`/`` to `array`/``
  - for the `query` request parameter `sort`, the type/format was changed from `string`/`` to `array`/``
  - the response property `data/items/attributes/created/human` became nullable for the status `200`
  - the response property `data/items/attributes/created/string` became nullable for the status `200`
  - …8 more
- …earlier changes not shown

[Full history](https://skmtc.dev/cachethq/apis/cachet/changes/metrics/get.md)

---

[API](https://skmtc.dev/cachethq/apis/cachet.md) · [All operations](https://skmtc.dev/cachethq/apis/cachet/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/cachethq/cachet/revisions/7f89fdcf710a/schema)
