List journal entries with line + dimension expansion
Returns journal entries hydrated with their line items and
dimension labels (department / class / project). Sister endpoint
to GET /v1/journal-entries (which returns headers only); this
path is the explicit expand contract for read-heavy integrations.
Requires the accounting:read scope.
Authorizations
API key issued per entity via Settings > Developers > API Keys.
Each key carries scopes (e.g. orders:read, products:write).
Bearer token format: Authorization: Bearer ark_live_ent_Test keys use ark_test_ent_. Both are issued per entity
via Settings > Developers > API Keys.
Query Parameters
Maximum number of records to return per page. Default 25, max 500. Use together with starting_after for cursor pagination. For larger bulk extraction workflows prefer the migration endpoints.
1 <= x <= 500
