Get report execution
Retrieves the details of a single 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.
The type of this resource. Is always report-execution
.
report-execution
The unique identifier for this report execution.
The date and time this report execution was created in our system.
The date and time this report execution was last updated.
The status of this report execution.
dispatched
, failed
, pending
, processing
, succeeded
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 report associated with this report execution.
Was this page helpful?