---
title: "Performs values retrievals for one or more time series identifiers"
method: GET
path: "/series/values"
tags: ["SCALABLE TIME SERIES"]
---

# Performs values retrievals for one or more time series identifiers

`GET /series/values`

The JSON response contains the same information as the **pmseries - q /-- query** option using any of the time window parameters described on [pmseries](https://man7.org/linux/man-pages/man1/pmseries.1.html)(1). If no time window parameters are specified, the single most recent value observed is retrieved.
```bash
$ curl -s http://localhost:44322/series/values?series=605fc77742cd0317597291329561ac4e50c0dd12 | pmjson
```
**References:** [pmSeriesValues](https://man7.org/linux/man-pages/man3/pmSeriesValues.3.html)(3)

## Query parameters

- `series` string
- `client` string
- `samples` number
- `interval` string
- `start` string
- `finish` string
- `offset` string
- `align` string
- `zone` string

## Response `200`

OK

---

[API](https://skmtc.dev/performancecopilot/apis/pmwebapi.md) · [All operations](https://skmtc.dev/performancecopilot/apis/pmwebapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/performancecopilot/pmwebapi/revisions/666212c8ed6b/schema)
