---
title: "Get all playlists"
method: GET
path: "/video/playlist"
tags: ["API Endpoints"]
---

# Get all playlists

`GET /video/playlist`

## Query parameters

- `collection_id` string

## Response `200`

200

- object[]
  - `id` string
  - `collection_id` string
  - `title` string
  - `description` string
  - `player_config` object

## Other responses

- `400` — 400

---

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