Retrieve a list of all videos for the authenticated user
| Parameter | Type | Required | Description |
|---|---|---|---|
limit | integer | No | Maximum number of videos to return (1-100, default: 20) |
offset | integer | No | Number of videos to skip (default: 0) |
status | string | No | Filter by video status: pending, processing, completed, or failed |
200 OK status with the list of videos:
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Maximum number of videos to return
1 <= x <= 100Number of videos to skip
x >= 0Filter by video status
pending, processing, completed, failed