Retrieve a paginated list of all files across all cases belonging to the authenticated user.
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