cURL
curl --request GET \ --url https://api.coldsend.pro/api/public/v1/sender-accounts/smtp/bulk/{job_id}/progress \ --header 'X-API-Key: <api-key>'
{ "success": true, "message": "<string>", "job": { "job_id": "<string>", "status": "<string>", "progress_percentage": 123, "total_rows": 123, "processed_count": 123, "success_count": 123, "failed_count": 123, "started_at": "<string>", "completed_at": "<string>", "results": [] } }
Track the progress of a bulk SMTP inbox creation job
Returns the current status and results of a bulk SMTP inbox creation job.
API key with format cs_live_xxx
Job ID from bulk creation response
Job progress retrieved
Response for bulk SMTP job progress.
Job progress details
Show child attributes
Was this page helpful?