cURL
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>" } }
Retrieves a signed URL to download a specific compliance report.
Enter the full value with the ApiKey prefix. Example: ApiKey wavy_your-api-key. The prefix is required for authentication.
ApiKey
ApiKey wavy_your-api-key
The report ID
Report download details
Show child attributes