Download an export artifact
GET
/api/v1/exports/{id}/download
prm_exports_download
Streams the finished file. The ownership check runs again here, because the artifact itself can contain another reseller's card codes and balances.
404 until the job has actually produced an artifact, which is indistinguishable from "no such job". Poll the job first rather than treating a download 404 as a permanent failure. This route is on the per-tenant heavy budget.
نظرة سريعة
- المصادقة
- رمز موظّف أو جلسة
- تتطلب صلاحية
-
prm_exports_downloadDownload export files - حد المعدل
t_heavy
المعاملات
| المعامل | الوصف |
|---|---|
idمطلوب
path · integer
|
Job id. |
الأخطاء
| الرمز | متى تُرجَع |
|---|---|
ERR_NOT_FOUND404
|
the job is not yours, or has not produced a file yet |