---
title: "Get playlists."
method: GET
path: "/playlists"
tags: ["playlists"]
deprecated: true
---

# Get playlists.

`GET /playlists`

> **Deprecated.**

Please refer to [new API](?api=playlist.grafana.app-v1).

## Query parameters

- `query` string
- `limit` integer

## Response `200`

(empty)

- Playlist[]
  - `id` integer
  - `interval` string
  - `name` string
  - `uid` string

## Other responses

- `500` — InternalServerError is a general error indicating something went wrong internally.

---

[API](https://skmtc.net/grafana/apis/http-api.md) · [All operations](https://skmtc.net/grafana/apis/http-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/grafana/http-api/versions/df55ba1718ba/schema)
