---
title: "Get playlist assets"
method: GET
path: "/video/playlist/{playlist_id}/assets"
tags: ["API Endpoints"]
---

# Get playlist assets

`GET /video/playlist/{playlist_id}/assets`

## Path parameters

- `playlist_id` string, required

## Query parameters

- `sort_by` string
- `sort_order` integer
- `page_number` integer
- `page_size` string

## Response `200`

200

- object
  - `asset_list` object[]
    - `id` string
    - `title` string
    - `description` string
    - `status` string
    - `created_at` string
    - `duration` integer
  - `has_next_page` boolean
  - `next_page` integer

## 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)
