---
title: "User Videos"
method: GET
path: "/v1/twitch/user/videos"
tags: ["Twitch"]
---

# User Videos

`GET /v1/twitch/user/videos`

Fetches a list of videos (100 max) for a Twitch user, returning each video's id, slug, url, embedURL, title, viewCount, language, durationSeconds, game info, broadcaster details with follower count, thumbnailURL, and videoQualities at multiple resolutions with a signed videoURL for playback. Supports pagination via cursor and a trim option for lighter responses.

## Query parameters

- `handle` string, required
- `filter_by` 'HIGHLIGHT' | 'ARCHIVE' | 'UPLOAD'
- `sort_by` 'TIME' | 'VIEWS'

## Response `200`

Successful response

---

[API](https://skmtc.dev/scrapecreators/apis/scrape-creators-api.md) · [All operations](https://skmtc.dev/scrapecreators/apis/scrape-creators-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/scrapecreators/scrape-creators-api/revisions/e9ec3dbbd8b8/schema)
