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

# Performs a lookup for one or more time series sources

`GET /series/sources`

It returns an array of all PMAPI context names used to access the time series from that
source.The JSON response contains the same information as the **pmseries - S /-- source** option.
```bash
$ curl -s http://localhost:44322/series/sources?source=2cd6a38f9339f2dd1f0b4775bda89a9e7244def6 | pmjson
```
**References:** [pmSeriesSources](https://man7.org/linux/man-pages/man3/pmSeriesSources.3.html)(3)

## Query parameters

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