Get download URL
GET/v1/data/{namespace}/requests/{requestId}/results/download-url
Retrieve the status of a data ingestion request and, once complete, a temporary S3 URL for the full result file. This endpoint always uses the URL-based response shape regardless of request size.
Get download URL
curl https://api.safetykit.com/v1/data/$NAMESPACE/requests/$REQUEST_ID/results/download-url \
-H "Authorization: Bearer $SAFETYKIT_API_KEY"{
"data_count": 237,
"data_expires_at": "2026-01-15T12:30:00.000Z",
"data_url": "https://s3.amazonaws.com/...",
"namespace": "products",
"request_id": "request_01KHSKHQSYJN4A5P7RRVEXHWE9",
"status": "succeeded"
}Returns Examples
{
"data_count": 237,
"data_expires_at": "2026-01-15T12:30:00.000Z",
"data_url": "https://s3.amazonaws.com/...",
"namespace": "products",
"request_id": "request_01KHSKHQSYJN4A5P7RRVEXHWE9",
"status": "succeeded"
}