List all uploads (CSV files and spreadsheets) in the organization with metadata and optional filtering.
This endpoint requires Organization Admin permissions.
Can be either an Organization API Key or Personal Access Token (PAT).
Include in the Authorization header as: Bearer YOUR_TOKEN
Filter by upload type.
csv, spreadsheet Filter by connection ID.
Filter by model ID. Shared models return non-private connection uploads; workbook models return their own uploads.
Search term to filter by file name (case-insensitive).
Number of items to return.
1 <= x <= 100Cursor for pagination (from previous response).
Field to sort by.
createdAt, fileName, updatedAt Sort direction.
asc, desc