Skip to main content
GET
List order report rows

Authorizations

Authorization
string
header
required

OAuth 2.0 client credentials.

Headers

X-Request-Id
string

A caller-supplied request identifier for support.

Required string length: 1 - 255

Query Parameters

cursor
string

The opaque cursor from the previous response.

page_size
integer
default:50

The number of resources to return.

Required range: 1 <= x <= 100
created_from
string<date-time>

Include orders created at or after this RFC 3339 timestamp.

created_to
string<date-time>

Include orders created at or before this RFC 3339 timestamp.

Response

The report page.

Cursor-paginated page of flat report rows.

data
object[]
required

Report rows in this page.

next_cursor
string | null
required

Opaque cursor for the next page, or null after the final page.

has_more
boolean
required

Whether another report page is available.