This endpoint requires the reports.read
scope.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
The unique ID for a report.
A cursor that identifies the page of results to return. This is used to
paginate the results of this API.
For the first page of results, this parameter can be left out.
For additional pages, use the value returned by the API in
the next_cursor
field. Similarly the previous_cursor
can be used to
reverse backwards in the list.
Defines the maximum number of items to return for this request.
Required range: 1 < x < 100
A list of report executions.
A list of report executions.
Contains the context values used to compute the value of date-time
placeholders such as month_start
and month_end
if present in
the report's specification. Date-time placeholders are dynamic
timestamps that change with every report execution.
items.context. reference_timestamp
The date and time used by the system as a reference point to
compute date-time placeholders.
items.context. reference_timezone
The time zone used to compute date-time placeholders.
The date and time this report execution was created in our system.
The unique identifier for this report execution.
The report associated with this report execution.
items.report. creator_display_name
The name of the creator of this report.
Maximum length: 1000
The unique identifier for the creator of this report.
items.report. creator_type
The type of the creator of this report.
Available options:
user
,
private_key
The unique identifier for this report.
items.report. merchant_account_id
The unique ID for a merchant account.
The type of this resource. Is always report
.
Available options:
report
The status of this report execution.
Available options:
dispatched
,
failed
,
pending
,
processing
,
succeeded
The type of this resource. Is always report-execution
.
Available options:
report-execution
The date and time this report execution was last updated.
The limit applied to request. This represents the number of items that are at
maximum returned by this request.
Required range: 1 < x < 100
The cursor that represents the next page of results. Use the cursor
query
parameter to fetch this page of items.
Required string length: 1 - 1000
The cursor that represents the next page of results. Use the cursor
query
parameter to fetch this page of items.
Required string length: 1 - 1000