Documents
List documents
Returns documents for the authenticated account. Supports filters, sorting, includes, and pagination.
get/documents
Query parameters
includestring
Comma-separated includes. Allowed: shipments, cargos, account, user, last_document_representation, email_submission, current_extraction (alias for last_document_representation).
sortstring
Sortable fields: document_type, added_by, created_at. Prefix with - for descending.
filter[filename]string
Filter by filename (full-text match).
filter[reference]string
Filter by reference token.
filter[document_types]string
Comma-separated document types.
page[number]integer
page[size]integer
Response
OK