List uploads
List all uploads (CSV files and spreadsheets) in the organization with metadata and optional filtering.
This endpoint requires Organization Admin permissions.
Documentation Index
Fetch the complete documentation index at: https://docs.omni.co/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Can be either an Organization API Key or Personal Access Token (PAT).
Include in the Authorization header as: Bearer YOUR_TOKEN
Query Parameters
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