Files
List Files
List files with optional filtering
GET
This endpoint requires authentication.
Query Parameters
Search term to filter files by name or content type
Filter by UUID of the user who uploaded the files
Filter by file content type (MIME type)
Filter by upload date range start (ISO 8601 format)
Filter by upload date range end (ISO 8601 format)
Filter by storage provider (s3 or local)
Page number for pagination (default: 1)
Items per page (default: 10, max: 100)
Response
Array of file objects
Pagination metadata
Error Responses
Error details when the request fails
Common error cases:
- 401 Unauthorized: Missing or invalid access token
