Retrieves a paginated list of documents with their metadata and workflow status
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query parameters for listing documents
Optional tags this document should be containerized by. This can be an ID for your user, a project ID, or any other identifier you wish to use to group documents.
["user_123", "project_123"]
Optional filters to apply to the search. Can be a JSON string or Query object.
Whether to include the content field in the response. Warning: This can make responses significantly larger.
false
Number of items per page
"10"
Sort order
asc, desc "desc"
Page number to fetch
"1"
Field to sort by
createdAt, updatedAt "createdAt"