Get report download URL
Retrieves a signed URL to download a specific compliance report.
{reportId} is the report file name (e.g. 12345.xml), not an internal ID. Reports live in project storage under a path like mx/<projectId>/2026-04/<userId>.xml (México) or co/<projectId>/2026-04/<userId>.txt (Colombia).
Use the projectId, countryCode, and period query parameters so the full storage path can be reconstructed:
path query parameter instead of using {reportId}:
Authorizations
Enter the full value with the ApiKey prefix. Example: ApiKey wavy_your-api-key. The prefix is required for authentication.
Path Parameters
The report file name (e.g. 12345.xml), or any value when using the path query parameter
Query Parameters
Full storage path of the report (e.g. mx/1/2026-04/12345.xml). Takes precedence over reportId.
Project ID, used to reconstruct the storage path when only a file name is provided
Country code (MX, CO), used to reconstruct the storage path when only a file name is provided
Report period in YYYY-MM format, used to reconstruct the storage path when only a file name is provided