Rigenera esportazione scaduta
POST/api/partner-gateway/v1/exports/:exportId
Re-queues an expired export job so that a fresh downloadable file is generated using the same filters and parameters as the original export. This is useful when the download URL returned by GET /exports/{exportId} has expired and you still need the data. The endpoint returns 202 Accepted immediately. The regeneration is processed asynchronously just like the original export. Poll GET /exports to monitor the new job and, once isAvailableForDownload becomes true, call GET /exports/{exportId} to retrieve the fresh download URL. Returns 400 if the export is still available and has not expired yet (there is no need to regenerate it; just download it). Returns 404 if the exportId does not exist or does not belong to your account. Returns 500 if an internal error occurs.
Richiesta
Risposte
- 202
- 400
- 404
- 500
Rigenerazione accodata
L'esportazione è ancora disponibile e non è scaduta
Esportazione non trovata
Errore interno del server