get_indexed_videos
Retrieve a list of indexed video IDs with optional channel and content type filters to understand available content for semantic search.
Instructions
Get list of videos that have been indexed for semantic search.
Retrieves all indexed video IDs with optional filtering by channel and/or content type. Useful for understanding what content is available.
Args: channel_id: Optional filter by YouTube channel ID. content_type: Optional filter by content type ("transcript" or "comment").
Returns: Dictionary with: - video_ids: List of indexed video IDs - total_count: Total number of indexed videos - channel_filter: Channel ID filter if applied - content_type_filter: Content type filter if applied
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| channel_id | No | ||
| content_type | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||