Skip to main content
GET
List journal entries with line + dimension expansion

Authorizations

Authorization
string
header
required

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

status
string
from_date
string<date>
to_date
string<date>
limit
integer
default:25

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.

Required range: 1 <= x <= 500

Response

200 - application/json

Paginated list of expanded journal entries

object
string
Example:

"list"

data
object[]
has_more
boolean