---
title: "Query metric data points"
method: GET
path: "/api/v1/projects/{projectId}/metrics"
tags: ["Telemetry read"]
---

# Query metric data points

`GET /api/v1/projects/{projectId}/metrics`

Returns metric data points across sum/gauge/histogram tables, filtered by metric name and (optionally) service / time range.

## Path parameters

- `projectId` string, uuid, required

## Query parameters

- `name` string, required
- `service` string
- `from` string
- `to` string
- `limit` integer

## Response `200`

OK

- object — ClickHouse rows. Shape mirrors what the dashboard /explore/* endpoints return.

## Other responses

- `400` — Malformed input
- `401` — Missing / wrong-type / revoked token
- `404` — Resource not found in this org

---

[API](https://skmtc.net/superlog/apis/superlog-management-api.md) · [All operations](https://skmtc.net/superlog/apis/superlog-management-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/superlog/superlog-management-api/revisions/2f60b7ba8dc6/schema)
