---
title: "Get playlist videos"
method: GET
path: "/playlists/{playlist_id}/videos"
tags: ["Playlist Videos"]
---

# Get playlist videos

`GET /playlists/{playlist_id}/videos`

Retrieves all videos in a specific playlist

## Path parameters

- `playlist_id` string, uuid, required

## Response `200`

Playlist videos retrieved successfully

- object
  - `data` PlaylistVideo[]
    - `video_id` string, uuid
    - `title` string
    - `description` string
    - `duration` integer — Video duration in seconds
    - `thumbnail` string, uri
    - `order` integer — Position in the playlist
    - `views` integer — Number of views
  - `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)
