List InvoicesAsk AIget https://sandbox.nmi.com/api/v5/invoicesRetrieve a list of all invoices for the merchant with optional filtering and pagination.Query ParamsstatusstringenumFilter invoices by status (open, closed, paid, etc.)openclosedpaidoverduedraftAllowed:openclosedpaidoverduedraftcustomer_idstringFilter invoices by customer IDdate_fromdateFilter invoices created from this date (YYYY-MM-DD)date_todateFilter invoices created until this date (YYYY-MM-DD)cursorintegerCursor for pagination (invoice ID to start after). Omit for first page.per_pageinteger1 to 100Defaults to 10Number of invoices to return per page (default: 10, max: 100)Responses 200Success 401UnauthorizedUpdated about 2 months ago