List all files
Files
List Files
Retrieve a paginated list of all files across all cases belonging to the authenticated user.
GET
List all files
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.
Key Features
- Pagination: Use
limitandoffsetquery parameters for large result sets. - Reverse Chronological: Files are returned newest first.
- Unified View: See all user files regardless of which case they belong to.
Best Practices
- Batch Processing: Use a
limitof 100 for batch background processing. - UI Display: Use a
limitof 20-50 for optimal UI performance and loading speed. - Status Filtering: Check the
analysis_statusto determine which files have completed forensic review.
Authorizations
Query Parameters
Maximum number of files to return
Required range:
1 <= x <= 100Number of files to skip for pagination
Required range:
0 <= x <= 9007199254740991Field to sort by
Available options:
date_created, risk_score Sort order: asc (ascending) or desc (descending)
Available options:
asc, desc