POST
/
reports
/
{report_id}
/
executions
/
{report_execution_id}
/
url

This endpoint requires the reports.write scope.

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

report_id
string
required

The unique ID for a report.

report_execution_id
string
required

The unique ID for a report execution.

Response

200 - application/json
url
string

The URL to download the report execution.

expires_at
string

The date and time when the download URL expires.