curl --request GET \
--url https://api.topsort.com/public/v1/toppie/reporting/file-reports/daily-kpis-by-product
{
"files": [
{
"date": "2023-12-25",
"fileUrl": "<string>"
}
]
}
Retrieve pre-signed S3 URLs for daily product-wise KPI files.
This endpoint provides a list of Amazon S3 pre-signed URLs, allowing access to product-wise daily KPIs for Toppie. The data is provided in Parquet file format.
Files become available daily after 3 AM UTC and contain KPI data for the previous day.
curl --request GET \
--url https://api.topsort.com/public/v1/toppie/reporting/file-reports/daily-kpis-by-product
{
"files": [
{
"date": "2023-12-25",
"fileUrl": "<string>"
}
]
}
Report date (UTC) in YYYY-MM-DD format.
Successful Response
The response is of type object
.