Accounting Exports API
GET/api/v1/accounting-exports/{batchId}/download
Product availabilityAlgaPSA

Download an accounting export batch

Regenerates and returns the export file (CSV/IIF) for a stored export batch using its registered adapter (xero_csv, quickbooks_desktop). Requires billing_settings:update.

RBAC · billing_settings

Path parameters

batchIdstringRequired
Export batch identifier.

Response body

Success response 200 · schema PublicV1Success

dataanyOfRequired
anyOf (option 1)object
anyOf (option 2)array of object
itemsobject
metaobject

Response codes

200
Regenerated export file (attachment).
400
Invalid request.
401
API key missing/invalid.
403
Caller lacks the required permission.
404
Batch not found.
500
Unexpected error.