---
title: "List all available reporting metrics."
method: GET
path: "/v1/analytics/metrics"
tags: ["Analytics"]
---

# List all available reporting metrics.

`GET /v1/analytics/metrics`

List all available reporting metrics.

## Query parameters

- `checkType` 'AGENTIC' | 'API' | 'BROWSER' | 'HEARTBEAT' | 'ICMP' | 'MULTI_STEP' | 'TCP' | 'PLAYWRIGHT' | 'TRACEROUTE' | 'URL' | 'DNS' | 'SSL' | 'GRPC', required

## Headers

- `x-checkly-account` string, uuid — Your Checkly account ID, you can find it at https://app.checklyhq.com/settings/account/general

## Response `200`

Successful

- AnalyticsMetricDescriptor[]
  - `name` string, required
  - `unit` 'milliseconds' | 'score' | 'count' | 'percentage', required
  - `label` string, required
  - `type` 'Array' | 'Int' | 'Integer' | 'Float' | 'String'
  - `aggregated` boolean, required

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `429` — Too Many Requests

---

[API](https://skmtc.net/checklyhq/apis/checkly-public-api.md) · [All operations](https://skmtc.net/checklyhq/apis/checkly-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/checklyhq/checkly-public-api/revisions/87d29dc7b4fe/schema)
