---
title: "Performs a descriptor lookup for one or more time series identifiers"
method: GET
path: "/series/descs"
tags: ["SCALABLE TIME SERIES"]
---

# Performs a descriptor lookup for one or more time series identifiers

`GET /series/descs`

The JSON response contains the same information as the **pmseries - d /-- desc** option.
```bash
$ curl -s http://localhost:44322/series/descs?series=605fc77742cd0317597291329561ac4e50c0dd12 | pmjson
```
**References:** [pmSeriesDescs](https://man7.org/linux/man-pages/man3/pmSeriesDescs.3.html)(3)

## Query parameters

- `series` string
- `client` 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)
