Skip to content

Download a finished report

GET
/reports/{order_no}/download

Streams the finished file. Available only while the order is done and has not expired; files are kept for 30 days.
The response carries X-Artifact-SHA256 so you can verify the download.

Authorizations

ApiKeyAuth

API key from the dashboard. Some Host Mode endpoints also accept the key as an api_key field in the request body — this is stated in the schema of the particular operation.

Type
API Key (header: X-API-KEY)

Parameters

Header Parameters

X-Real-IP*

An IP address from the key's whitelist. A request from an address outside the whitelist is rejected with 401.

Type
string
Required
Example"203.0.113.10"
Format
"ipv4"

Path Parameters

order_no*

Order number. Always starts with REP.

Type
string
Required
Example"REPxxxxxxxxxxxx"
Pattern
"^REP[A-Za-z0-9._:-]+$"

Responses

The file.

application/octet-stream

Playground

Authorization
Headers
Variables
Key
Value

Samples

Powered by VitePress OpenAPI