---
title: "Get videos from a playlist"
method: GET
path: "/api/v1/misc/youtube/playlist-items"
tags: ["misc"]
---

# Get videos from a playlist

`GET /api/v1/misc/youtube/playlist-items`

## Query parameters

- `teamId` string, required
- `playlistId` string, required
- `maxResults` integer

## Response `200`

200

- object
  - `kind` string
  - `etag` string
  - `nextPageToken` string
  - `prevPageToken` string
  - `pageInfo` object
    - `totalResults` integer
    - `resultsPerPage` integer
  - `items` object[]
    - `kind` string
    - `etag` string
    - `id` string
    - `snippet` object
      - `publishedAt` string
      - `channelId` string
      - `title` string
      - `description` string
      - `channelTitle` string
      - `thumbnails` object
        - `default` object
          - `url` string, uri
          - `width` integer
          - `height` integer
        - `medium` object
          - `url` string, uri
          - `width` integer
          - `height` integer
        - `high` object
          - `url` string, uri
          - `width` integer
          - `height` integer
        - `standard` object
          - `url` string, uri
          - `width` integer
          - `height` integer
        - `maxres` object
          - `url` string, uri
          - `width` integer
          - `height` integer
      - `playlistId` string
      - `position` integer
      - `resourceId` object
        - `kind` string
        - `videoId` string
        - `playlistId` string
        - `channelId` string
    - `contentDetails` object
      - `videoId` string
      - `videoPublishedAt` string

## Other responses

- `400` — 400
- `401` — 401
- `403` — 403
- `404` — 404
- `429` — 429
- `500` — 500

---

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