get_videos
Retrieve a list of videos with filters for ID, title, or language, and control results using pagination with skip and limit parameters.
Instructions
Get a list of videos with optional filtering and pagination.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
id | No | Filter videos by ID | |
language | No | Filter videos by language | |
limit | No | Maximum number of videos to return | |
skip | No | Number of videos to skip | |
title | No | Filter videos by title |