Skip to main content
GET
/
reports
/
{reportId}
Get report download URL
curl --request GET \
  --url https://api.wavynode.com/v1/reports/{reportId} \
  --header 'x-api-key: <api-key>'
{
  "success": true,
  "data": {
    "name": "<string>",
    "signedUrl": "<string>",
    "period": "<string>"
  }
}
The signed URL is temporary. Use it immediately to download the report file.

Authorizations

x-api-key
string
header
required

Enter the full value with the ApiKey prefix. Example: ApiKey wavy_your-api-key. The prefix is required for authentication.

Path Parameters

reportId
string
required

The report ID

Response

Report download details

success
boolean
data
object