List Files
Files API (NEW)
List Files
Retrieve paginated list of uploaded files with filtering support
GET
List Files
List Files
GET/files
Retrieve a paginated list of uploaded files with support for filtering by type and status. Deleted files are excluded by default.
Features
- Paginated results with configurable page sizes
- Filter by document type and status
- Exclude deleted files by default
- Efficient querying with proper indexing
Parameters
Request
Response
Response Fields
Try It Out
Use the interactive playground above to test the list files endpoint. You can:- Add your API key in the Authorization header
- Configure pagination with page and page_size parameters
- Apply filters by type (invoice, bank_statement) or status
- Execute the request to see paginated results
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Page number
Items per page
Required range:
x <= 100Filter by document type (invoice, bank_statement, etc.)
Filter by status
Available options:
pending, processing, completed, failed, deleted