Report executions
Generate report download URL
Generates a temporary signed URL to download the result of a report execution.
POST
/
reports
/
{report_id}
/
executions
/
{report_execution_id}
/
url
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.
Was this page helpful?