Reports
GET /reports/exports/{id}/download
Returns a short-lived presigned URL for the export's CSV file. The export must be in the ready state and not expired.
Authorization
JWTKeyAuth Authorization<token>
In: header
Path Parameters
id*string
Export ID
Response Body
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/reports/exports/string/download"{ "url": "string"}