Initiates a background job to disable warmup for the specified accounts. The response will contain the initial background job object. You can monitor the job’s progress by polling the GET: /api/v2/background-jobs/:id endpoint.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
List of emails to disable warmup accounts for. The emails should be attached to accounts in your workspace.
100If true, it will disable warmup to all accounts
true
List of emails to exclude when include_all_emails is true.
100Optional filter to apply when include_all_emails is true. Can contain tag_id or other filter criteria.
Optional search query to filter accounts when include_all_emails is true.
"gmail.com"
The requested Background Job
A background job that can be used to perform long-running tasks
Unique identifier for the background job
"675266e304a8e55b17f0228b"
Workspace ID
"019cc043-af1d-74f8-bb1a-ebd9220e8d8e"
Type of background job
move-leads, import-leads, export-leads, update-warmup-accounts, rename-variable "move-leads"
Progress of the job as a percentage (from 0 to 100)
0 <= x <= 1000
Job status
pending, in-progress, success, failed "pending"
Timestamp when the job was created
"2026-03-05T23:09:47.165Z"
Timestamp when the job was last updated
"2026-03-05T23:09:47.165Z"
The id of the user that triggered the action that created the job
"019cc043-af1d-74f8-bb1a-ebdaab2b64ce"
The id of the entity that the job is related to
"019cc043-af1d-74f8-bb1a-ebdb698900fd"
Type of entity
list, campaign, workspace "list"
Data about the job, used to store any additional information we need to process the job