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
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
report_id
string
requiredThe unique ID for a report.
report_execution_id
string
requiredThe unique ID for a report execution.
Response
200 - application/json
The temporary signed URL to download the result of a report execution and its expiration date and time.
url
string
The URL to download the report execution.
expires_at
string
The date and time when the download URL expires.
Was this page helpful?