---
title: "GET /v1beta/{tenantId}/metrics"
method: GET
path: "/v1beta/{tenantId}/metrics"
tags: ["Metrics"]
---

# GET /v1beta/{tenantId}/metrics

`GET /v1beta/{tenantId}/metrics`

Lists metrics for the specified time series.

## Response `200`

OK

- MetricSpec[]
  - `id` string
  - `createdAt` string, date-time
  - `updatedAt` string, date-time
  - `instanceID` string
  - `instanceName` string
  - `job` string
  - `name` string, required
  - `unit` string
  - `aggrType` string
  - `metricValues` object[] — Metric values for the timestamp
    - `timestamp` integer — Timestamp of the metric
    - `value` number — Value of the metric for this timestamp
  - `labels` object

## Other responses

- `401` — NotAuthorized
- `403` — Forbidden
- `500` — An unexpected error occured.

---

[API](https://skmtc.net/sodafoundation/apis/soda-api.md) · [All operations](https://skmtc.net/sodafoundation/apis/soda-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sodafoundation/soda-api/revisions/62ce0f6c94b4/schema)
