Get report execution
This endpoint requires the reports.read
scope.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The unique ID for a report execution.
Response
A report execution.
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.
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.
The status of this report execution.
dispatched
, failed
, pending
, processing
, succeeded
The type of this resource. Is always report-execution
.
report-execution
The date and time this report execution was last updated.
Was this page helpful?