Skip to main content
GET
Get report download URL
{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:
Alternatively, pass the full storage path with the path query parameter instead of using {reportId}:
The signed URL is temporary (valid for 30 days). Use it 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 file name (e.g. 12345.xml), or any value when using the path query parameter

Query Parameters

path
string

Full storage path of the report (e.g. mx/1/2026-04/12345.xml). Takes precedence over reportId.

projectId
string

Project ID, used to reconstruct the storage path when only a file name is provided

countryCode
string

Country code (MX, CO), used to reconstruct the storage path when only a file name is provided

period
string

Report period in YYYY-MM format, used to reconstruct the storage path when only a file name is provided

Response

Report download details

success
boolean
data
object