---
title: "Provides instance identifiers and names for one or more time series identifiers"
method: GET
path: "/series/instances"
tags: ["SCALABLE TIME SERIES"]
---

# Provides instance identifiers and names for one or more time series identifiers

`GET /series/instances`

The JSON response contains the same information as the **pmseries - i /-- instance** option.
```bash
$ curl -s http://localhost:44322/series/instances?series=605fc77742cd0317597291329561ac4e50c0dd12 | pmjson
```
Alternatively, with no *series* argument, this request will return the list of all known instance names.
```bash
$ curl -s http://localhost:44322/series/instances | pmjson
```
**References:** [pmSeriesInstances](https://man7.org/linux/man-pages/man3/pmSeriesInstances.3.html)(3)

## Query parameters

- `series` string
- `match` string
- `client` string

## Response `200`

OK

## Changes

- **2020-10-20** `22da063d564f` — 2 info
  - added `#/components/schemas/series_instanceName, #/components/schemas/all_instanceNames` to the response body `anyOf` list for the response status `200`
  - removed `#/components/schemas/response8, #/components/schemas/response9` from the response body `anyOf` list for the response status `200`
- **2020-10-20** `7da0633fad91` — 2 info
  - added `#/components/schemas/response8, #/components/schemas/response9` to the response body `anyOf` list for the response status `200`
  - removed `#/components/schemas/series_instanceName, #/components/schemas/all_instanceNames` from the response body `anyOf` list for the response status `200`

[Change history](https://skmtc.dev/performancecopilot/apis/pmwebapi/changes/series/instances/get.md)

---

[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)
