API reference · InvoicesGET/api/v1/invoices/export
Product availabilityAlgaPSA
Export invoices
Exports invoice data. format=csv returns text/csv attachment; default is JSON success envelope.
Query parameters
include_itemsstringOptional
include_clientstringOptional
include_billing_cyclestringOptional
include_transactionsstringOptional
Response body
Success response 200 · schema FinancialInvoiceApiSuccess
anyOf (option 2)array of object
Response codes
200
Invoice export returned.
401
API key missing/invalid.
403
invoice:read permission denied.
500
Unexpected export failure.