Skip to main content
GET
Export Core inventory transactions

Authorizations

Authorization
string
header
required

Authenticate using a bearer token. To create a token, navigate to /settings/api-tokens and click Create API Token.

Query Parameters

mode
enum<string>
default:incremental

Export windowing mode.

Available options:
incremental,
date_range
since
string<date-time>

Start of the window. Required on the first page; omit when passing cursor.

until
string<date-time>

End of the window. Required on the first page when mode=date_range.

cursor
string

Opaque token from the previous response's next_cursor. Mutually exclusive with since.

limit
integer
default:1000

Maximum rows per page.

Required range: 1 <= x <= 1000

Response

A single export page.

data
object[]
next_cursor
string | null

Pass back as cursor to fetch the next page. null on the last page.

has_more
boolean
meta
object