Get bulk ColdSend inbox creation progress
Track the progress of a bulk ColdSend inbox creation job
Returns real-time progress including:
- Overall job status and progress percentage
- Success/failure/skipped counts
- Individual per-inbox creation results
- Estimated completion time
Use the job_id from the POST /sender-accounts/coldsend-native/bulk response.
Authorizations
API key with format cs_live_xxx
Path Parameters
Response
Job progress retrieved
Progress response for a bulk ColdSend inbox creation job.
Job ID
Domain ID
Domain name
Job status (PENDING, IN_PROGRESS, COMPLETED, FAILED)
Progress percentage (0-100)
Total inboxes in job
Number of inboxes processed so far
Number of successfully created inboxes
Number of failed creations
Number of skipped (duplicate) inboxes
Per-inbox creation results
Processing start time
Processing completion time
Estimated completion time
Last error encountered, if any

