---
title: "Get a metric series"
method: GET
path: "/v1/data/series"
tags: ["Data"]
---

# Get a metric series

`GET /v1/data/series`

Returns a time series of metric observations for a resource and key.

## Query parameters

- `resource` string, required
- `key` string, required
- `page` integer
- `limit` integer

## Response `200`

The metric series.

- object
  - `data` DataSeries
    - `resource` string
    - `key` string
    - `points` object[]

## Other responses

- `401` — Missing or invalid API key credentials.
- `404` — The resource does not exist in your organization.

---

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