list_videos
List rendered videos from ReelFarm with optional filters for automation, type, status, and creation date to find specific outputs.
Instructions
List rendered videos with optional filters.
Args: automation_id: Filter by automation. video_type: "slideshow", "ugc", or "greenscreen". status: "completed", "processing", or "failed". finished: "true" or "false". failed: "true" or "false". created_after: ISO 8601 timestamp. created_before: ISO 8601 timestamp. limit: Max results (default 20, max 100). offset: Pagination offset.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| failed | No | ||
| offset | No | ||
| status | No | ||
| finished | No | ||
| video_type | No | ||
| automation_id | No | ||
| created_after | No | ||
| created_before | No |