Download file

GET
/api/v2/hub/files/download

Download a file or zipped report file.

AuthorizationBearer <token>

JWT Authorization header using the Bearer scheme. Example: 'Bearer {token}'

In: header

Query Parameters

id?string

The unique identifier of the file to download.

Formatuuid
isIteration?boolean

Flag indicating whether the file is an iteration report.

Defaultfalse

Response Body

application/json

application/json

application/json

curl -X GET "https://example.com/api/v2/hub/files/download"
"string"