list_videos
List videos in your Vimeo library with key details like name, duration, and privacy. Supports pagination, sorting, and folder filtering for efficient browsing.
Instructions
List videos in your Vimeo library, newest first by default. Returns a trimmed shape: id, name, duration, privacy, play count, folder and status. Use get_video for the full object on one video.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number, from 1. | |
| sort | No | Sort field. | date |
| per_page | No | Results per page, max 100. | |
| direction | No | Sort direction. | desc |
| folder_id | No | Only videos in this folder. Omit for the whole library. |