---
title: "Get current user's playlists"
method: GET
path: "/api/playlist"
tags: ["playlist"]
---

# Get current user's playlists

`GET /api/playlist`

Get all playlists owned by the current authenticated user

## Response `200`

OK

- Playlist[]
  - `id` integer, required
  - `name` string, required
  - `rules` Playlist[], required — An array of Rule objects if the playlist is a Smart playlist
  - `is_smart` boolean, required — Whether the playlist is of Smart (dynamic) type

---

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