v1
latestOpenAPI 3.0.02026-07-263365159.1 KBList All Documents
Fetch a comprehensive list of all documents in your account. You can filter and sort the results using various parameters, such as document type, status, creation date, and folder.
Query parameters
Specify how to filter the documents.
- folder: List only documents within the specified folder_id.
- files: List only documents that are not in any folder.
- all_files: List all documents, including those inside folders.
The ID of the folder to filter by. This parameter is required when view is set to folder.
The maximum number of documents to return in the response (up to 20).
The number of documents to skip for pagination.
Filter by a specific document type. You can get the available doc_type values from the 'Get User Details and Document Types' endpoint.
Filter documents by their processing status.
Search for a keyword or phrase in document titles. This performs a partial match.
Sort the documents by their creation date.
Filter documents by creation date range. Use the format [operator]:[YYYY-MM-DD].
- gte:YYYY-MM-DD: Greater than or equal to a specific date.
- lte:YYYY-MM-DD: Less than or equal to a specific date.
You can combine both for a date range (e.g., gte:2025-03-20<e:2025-03-30).
Headers
Your personal API key for authentication. You can find it on your Docsumo settings page.
Response
OK