Elenca esportazioni
GET/api/partner-gateway/v1/exports
Returns a paginated list of all export jobs for your account, ordered by creation date. This is the primary polling endpoint in the asynchronous export workflow. After you create an export job via POST /exports/contacts or POST /exports/delivery-reports, the job is queued and processed in the background. Call this endpoint periodically (recommended interval: every 5-10 seconds) to monitor progress. Each export entry includes a status field and an isAvailableForDownload flag. Once isAvailableForDownload becomes true, call GET /exports/{exportId} to retrieve the time-limited download URL. URL di downloads expire after a period of time. If the URL has expired, the isAvailableForDownload flag may revert to false; in that case use POST /exports/{exportId} to regenerate the export and obtain a fresh URL. Pagination is controlled by page (0-based) and limit (items per page, default 10). Returns 500 if an internal error occurs while fetching the export list.
Richiesta
Risposte
- 200
- 500
Lista paginata delle esportazioni
Errore interno del server