GET/projects/api/v3/reporting/storage

Download a stored report file from S3.

Returns a previously generated report file from S3 using an encrypted file path query parameter. For Google Sheets reports the response is a redirect to the spreadsheet URL.

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

Examples

403 Forbidden

ErrorResponse
{
  "errors": [
    {
      "code": "string",
      "detail": "string",
      "id": "string",
      "meta": {},
      "title": "string"
    }
  ]
}