Get list of uploaded files
Local Files
List Files
Retrieve a paginated list of all files uploaded by the authenticated user. Supports filtering by status and namespace.
GET
Get list of uploaded files
Retrieve a paginated list of all audio/video files you have uploaded. Supports filtering by status and namespace.
Overview
Use this endpoint to get basic information on every file you have uploaded, including status, metadata, and namespace assignments. Supports pagination withlimit and offset query parameters.
Query Parameters
limit(integer, default50): Maximum number of files to return (1-100)offset(integer, default0): 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.
Example Request
Success Response
Authorizations
API key authentication. Include your VidNavigator API key in the X-API-Key header.
Query Parameters
Maximum number of files to return
Required range:
1 <= x <= 100Number of files to skip for pagination
Required range:
x >= 0Filter by file status
Available options:
processing, completed, failed, cancelled Filter by namespace ID. Only returns files belonging to this namespace. If not set, returns files from all namespaces.

