Skip to main content
GET
Export Core inventory costs

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
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
Required range: 1 <= x <= 1000

Response

A single export page.

data
object[]
next_cursor
string | null
has_more
boolean
meta
object