Skip to main content
GET
Get bulk ColdSend inbox creation progress

Authorizations

X-API-Key
string
header
required

API key with format cs_live_xxx

Path Parameters

job_id
string<uuid>
required

Response

Job progress retrieved

Progress response for a bulk ColdSend inbox creation job.

success
boolean
required
message
string
required
job_id
string<uuid>
required

Job ID

domain_id
string<uuid>
required

Domain ID

domain_name
string
required

Domain name

status
string
required

Job status (PENDING, IN_PROGRESS, COMPLETED, FAILED)

progress_percentage
integer
required

Progress percentage (0-100)

total
integer
required

Total inboxes in job

processed_count
integer
required

Number of inboxes processed so far

success_count
integer
required

Number of successfully created inboxes

failed_count
integer
required

Number of failed creations

skipped_count
integer
required

Number of skipped (duplicate) inboxes

results
ColdSendInboxBulkProgressResult · object[]

Per-inbox creation results

started_at
string<date-time> | null

Processing start time

completed_at
string<date-time> | null

Processing completion time

estimated_completion
string<date-time> | null

Estimated completion time

last_error
string | null

Last error encountered, if any