---
title: "Get all Pages"
method: GET
path: "/playlists/{id}/pages"
---

# Get all Pages

`GET /playlists/{id}/pages`

return all pages  of a playlist

## Path parameters

- `id` string, required

## Response `200`

200

- object[]
  - `created_at` number
  - `description` string
  - `grid_template` string
  - `id` string
  - `items` object[]
    - `description` string
    - `grid_area` string
    - `ref_id` string
    - `thumb_url` string
    - `type` string
    - `url` string
  - `playback_count` integer
  - `playlist_id` string
  - `priority` integer
  - `updated_at` number

## Other responses

- `400` — 400

---

[API](https://skmtc.net/telemetrytv/apis/user-api.md) · [All operations](https://skmtc.net/telemetrytv/apis/user-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/telemetrytv/user-api/versions/057a0b968aea/schema)
