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.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
string
enum

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.
Allowed:
string

The ID of the folder to filter by. This parameter is required when view is set to folder.

integer
0 to 20

The maximum number of documents to return in the response (up to 20).

integer

The number of documents to skip for pagination.

string

Filter by a specific document type. You can get the available doc_type values from the 'Get User Details and Document Types' endpoint.

string
enum

Filter documents by their processing status.

Allowed:
string

Search for a keyword or phrase in document titles. This performs a partial match.

string
enum

Sort the documents by their creation date.

Allowed:
string

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&lte:2025-03-30).

Headers
string
required

Your personal API key for authentication. You can find it on your Docsumo settings page.

Responses

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json