Skip to main content
GET
/
v1
/
reports
/
{report_id}
/
download
Download report
curl --request GET \
  --url https://api-sandbox.y.uno/v1/reports/{report_id}/download \
  --header 'private-secret-key: <api-key>' \
  --header 'public-api-key: <api-key>'
"<string>"

Authorizations

public-api-key
string
header
required

Your public API key from the Yuno Dashboard

private-secret-key
string
header
required

Your private secret key (server-side only)

Path Parameters

report_id
string<uuid>
required

The unique identifier of the report

Response

Report file download

The response is of type file.