Retrieve a paginated list of all files across all cases belonging to the authenticated user.
Retrieve a paginated list of all files across all cases belonging to the authenticated user. This endpoint provides a comprehensive view of file metadata, analysis status, and risk scores.Documentation Index
Fetch the complete documentation index at: https://docs.veridox.ai/llms.txt
Use this file to discover all available pages before exploring further.
limit and offset query parameters for large result sets.limit of 100 for batch background processing.limit of 20-50 for optimal UI performance and loading speed.analysis_status to determine which files have completed forensic review.Maximum number of files to return
1 <= x <= 100Number of files to skip for pagination
0 <= x <= 9007199254740991Field to sort by
date_created, risk_score Sort order: asc (ascending) or desc (descending)
asc, desc