Report executions
Generate report download URL
Generates a temporary signed URL to download the result of a report execution.
POST
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.
The unique ID for a report execution.
Response
200
application/json
Returns the signed download URL of a report execution result and its
expiration date and time.
The temporary signed URL to download the result of a report execution and its expiration date and time.
The URL to download the report execution.
The date and time when the download URL expires.
Was this page helpful?