---
title: "List user playlists"
method: GET
path: "/playlists"
tags: ["Playlists"]
---

# List user playlists

`GET /playlists`

Retrieves all playlists for the authenticated user

## Response `200`

List of user playlists retrieved successfully

- object
  - `data` PlaylistSummary[]
    - `id` string, uuid
    - `name` string
    - `description` string
    - `access_type` 'public' | 'private' | 'anyone_with_password'
    - `creator_name` string
    - `videos_quantity` integer
    - `duration` integer — Total duration in seconds
    - `image_id` string, uuid, nullable
    - `created_at` string, date-time
    - `updated_at` string, date-time
  - `message` string

## Other responses

- `401` — Unauthorized - Invalid or missing authentication
- `500` — Internal server error

---

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