---
title: "List Series"
method: GET
path: "/{databaseId}/series/list/"
tags: ["Series"]
---

# List Series

`GET /{databaseId}/series/list/`

Gets the list of all the series currently present in the database.

## Path parameters

- `databaseId` string, required

## Response `200`

Successful operation.

- Series[]
  - `seriesId` string, required — Id of the series

## Other responses

- `404` — Invalid URL.

---

[API](https://skmtc.dev/recombee/apis/recombee-api.md) · [All operations](https://skmtc.dev/recombee/apis/recombee-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/recombee/recombee-api/revisions/a9c9c33eb2e8/schema)
