{
"id": "675266e304a8e55b17f0228b",
"workspace_id": "01a082d0-332e-7296-bd3a-5ba6ca83786b",
"type": "move-leads",
"progress": 0,
"status": "pending",
"created_at": "2026-09-08T20:57:57.806Z",
"updated_at": "2026-09-08T20:57:57.806Z",
"user_id": "01a082d0-332e-7296-bd3a-5ba7f1fe4319",
"entity_id": "01a082d0-332e-7296-bd3a-5ba8d86daeb4",
"entity_type": "list",
"data": {
"moved_lead_emails": [
"jane@example.com",
"john@example.com"
]
}
}Background job
This schema describes objects returned by the Background Job endpoints.
A background job that can be used to perform long-running tasks
Unique identifier for the background job
Example:
"675266e304a8e55b17f0228b"
Workspace ID
Example:
"01a082d0-332e-7296-bd3a-5ba6ca83786b"
Type of background job
Available options:
move-leads, import-leads, export-leads, update-warmup-accounts, rename-variable, broadcast-ai-generate, broadcast-website-scrape, import-subscribers-from-crm, resync-subscriber-crm-tags Example:
"move-leads"
Progress of the job as a percentage (from 0 to 100)
Required range:
0 <= x <= 100Example:
0
Job status
Available options:
pending, in-progress, success, failed, draining, paused, cancelled Example:
"pending"
Timestamp when the job was created
Example:
"2026-09-08T20:57:57.806Z"
Timestamp when the job was last updated
Example:
"2026-09-08T20:57:57.806Z"
The id of the user that triggered the action that created the job
Example:
"01a082d0-332e-7296-bd3a-5ba7f1fe4319"
The id of the entity that the job is related to
Example:
"01a082d0-332e-7296-bd3a-5ba8d86daeb4"
Type of entity
Available options:
list, campaign, workspace, broadcast, subscriber-group-sync, subscriber-group Example:
"list"
Data about the job, used to store any additional information we need to process the job
Show child attributes
Show child attributes