List documents
Returns a list of completed documents for the specified business, sorted newest first. Archived documents and documents whose upload has not completed are excluded. Documents can be filtered by document type and file type. Results will be paginated, see Pagination for details.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The UUID of the business to fetch documents for.
Query Parameters
Filter documents by type. The type of document. RECEIPT is for receipts and invoices. UNSTRUCTURED_BOOKKEEPING_CONTEXT is for general bookkeeping context documents. OTHER is for any other document type.
RECEIPT, UNSTRUCTURED_BOOKKEEPING_CONTEXT, OTHER Filter documents by file MIME type (for example application/pdf or image/png).