Retrieve a paginated list of draft documents with filtering options including state and text search.
Documentation Index
Fetch the complete documentation index at: https://docs.e-invoice.be/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Page number
x >= 1Number of items per page
1 <= x <= 100Filter by document state. By default return all states (DRAFT, TRANSIT, FAILED).
DRAFT, TRANSIT, FAILED, SENT, RECEIVED Filter by document type
INVOICE, CREDIT_NOTE, DEBIT_NOTE, SELFBILLING_INVOICE, SELFBILLING_CREDIT_NOTE Filter by issue date (from)
Filter by issue date (to)
Search in invoice number, seller/buyer names
Field to sort by
created_at, invoice_date, due_date, invoice_total, customer_name, vendor_name, invoice_id Sort direction (asc/desc)
asc, desc