Retrieve a paginated list of files (documents) accessible to the authenticated user.
Results are ordered by upload date (newest first) by default.
When using the search parameter, results are ordered by relevance.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Filter by file extensions (comma-separated, e.g., ?extension=pdf,docx)
Filter by filename (case-insensitive partial match)
Filter by user group IDs (comma-separated, e.g., ?group_id=1,2,3)
Which field to use when ordering the results.
A page number within the paginated result set.
Number of results to return per page.
Filter by status values (comma-separated, e.g., ?status=pending,embedded)
Filter by vision status values (comma-separated, e.g., ?status_vision=pending,embedded)
Filter by tag IDs (comma-separated, e.g., ?tags=1,2,3)
Filter by title (case-insensitive partial match)
Filter by total pages range (e.g., ?total_pages_min=10&total_pages_max=50)
-2147483648 <= x <= 2147483647Filter by total pages range (e.g., ?total_pages_min=10&total_pages_max=50)
-2147483648 <= x <= 2147483647Filter by updated_at date range (inclusive, date-only strings treated as 00:00:00, e.g., ?updated_at_after=2024-01-01&updated_at_before=2024-01-01T23:59:59)
Filter by updated_at date range (inclusive, date-only strings treated as 00:00:00, e.g., ?updated_at_after=2024-01-01&updated_at_before=2024-01-01T23:59:59)
Filter by upload session UUID (e.g., ?upload_session_uuid=123e4567-e89b-12d3-a456-426614174000)
Filter by uploaded_at date range (inclusive, date-only strings treated as 00:00:00, e.g., ?uploaded_at_after=2024-01-01&uploaded_at_before=2024-01-01T23:59:59)
Filter by uploaded_at date range (inclusive, date-only strings treated as 00:00:00, e.g., ?uploaded_at_after=2024-01-01&uploaded_at_before=2024-01-01T23:59:59)
Filter by workspace IDs (comma-separated, e.g., ?workspace_id=1,2,3)