---
title: "List videos"
method: GET
path: "/videos"
---

# List videos

`GET /videos`

Lists the videos in your account, paginated. Optional filters: status, title, folder_id (or root_folder=1 to only return videos in the account root).

## Query parameters

- `root_folder` integer
- `page` integer
- `limit` integer
- `title` string
- `status` string
- `folder_id` string

## Response `200`

200

- object
  - `videos` object[]
    - `id` string
    - `title` string
    - `description` string
    - `status` string
    - `user_id` string
    - `folder_id` string
    - `library_id` string
    - `video_external_id` string
    - `converted_at` unknown
    - `created_at` string
    - `updated_at` string
    - `storage_size` integer
    - `length` integer
    - `video_player` string
    - `video_hls` string
    - `thumbnail` string

## Other responses

- `400` — 400
- `401` — 401
- `404` — 404
- `500` — 500

---

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