Ledger
Export the General Ledger (CSV)
Download every posted ledger transaction as CSV — optionally scoped to one calendar month or one legal entity.
GET
Export the general ledger (CSV)
Streams the general ledger as a CSV download: every posted transaction with
both account codes and names, the amount (smallest currency unit), the
reference it came from, and journal provenance. Read-only — this is the export
an auditor imports, and the file the month-end close pack links to.
Query Parameters
Omit
month/year for the full ledger since inception. When a period is
given, the Content-Disposition filename carries it
(general-ledger-2026-08.csv), so the file name always states exactly what it
contains.
Example Request
Response
200 — text/csv. Columns:
400 — month without year (or vice versa), or values out of range.Authorizations
Tenant API key obtained from POST /auth/register or POST /v1/developer/keys.
Query Parameters
Legal entity to scope the tax config to (Multi-Entity Books). Omit for the tenant's primary entity / default config.
Required range:
1 <= x <= 12Response
General ledger as CSV.
The response is of type string.