list_projects
Retrieve a list of video clipping projects with details like status and clip counts. Filter by status to find completed or failed projects.
Instructions
Returns a JSON object with projects (array), total, limit, and offset. Each project has: id, name, status, step, expected_clips, clips_count, duration, created_at. Use the status filter to find only completed or failed projects.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of projects to return. Defaults to 20, maximum 100. | |
| status | No | Filter results to only projects with this status. |