Retrieve a paginated list of all files uploaded by the authenticated user. Supports filtering by status and namespace.
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 (processing, completed, failed, cancelled)namespace_id (string): Filter by namespace ID. Only returns files belonging to this namespace. If not set, returns files from all namespaces.API key authentication. Include your VidNavigator API key in the X-API-Key header.
Maximum number of files to return
1 <= x <= 100Number of files to skip for pagination
x >= 0Filter by file status
processing, completed, failed, cancelled Filter by namespace ID. Only returns files belonging to this namespace. If not set, returns files from all namespaces.