Skip to main content
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

Authorization
string
header
required

Tenant API key obtained from POST /auth/register or POST /v1/developer/keys.

Query Parameters

entity_id
string<uuid>

Legal entity to scope the tax config to (Multi-Entity Books). Omit for the tenant's primary entity / default config.

month
integer
Required range: 1 <= x <= 12
year
integer

Response

General ledger as CSV.

The response is of type string.