Retrieve a paginated list of all files uploaded by the authenticated user
limit
and offset
query parameters.
limit
(integer, default 50
): Maximum number of files to return (1-100)offset
(integer, default 0
): Number of files to skip for paginationstatus
(string): Filter by processing status (pending
, processing
, completed
, failed
, cancelled
)API key authentication. Include your VidNavigator API key in the X-API-Key header.
Maximum number of files to return
1 <= x <= 100
Number of files to skip for pagination
x >= 0
Filter by file status
processing
, completed
, failed
, cancelled
Files retrieved successfully
The response is of type object
.