GET/projects/api/v3/reporting/download/{reportId}
Download a scheduled report on the fly.
Generates the report immediately and returns it as a file download. For Google Sheets reports the response is a redirect to the spreadsheet URL.
Path Params
- Name
reportId- Type
- integer
- required
- Description
Responses
- Code
- 200
- Description
- 200 OK No Data
- Code
- 302
- Description
- 302 Found No Data
- Code
- 400
- Description
- 400 Bad Request No Data
- Code
- 403
- Type
- object
- Schema
- Description
- 403 Forbidden
ErrorResponse defines how []Error should be marshaled to JSON.
- Code
- 404
- Description
- 404 Not Found No Data
- Code
- 500
- Description
- 500 Internal Server Error No Data
403 Forbidden
ErrorResponse
{
"errors": [
{
"code": "string",
"detail": "string",
"id": "string",
"meta": {},
"title": "string"
}
]
}