A background job that can be used to perform long-running tasks
Unique identifier for the background job
Workspace ID
Type of background job
| Enum Value | Description |
|---|---|
| move-leads | Move Leads |
| import-leads | Import Leads |
| export-leads | Export Leads |
| update-warmup-accounts | Update Warmup Accounts |
| rename-variable | Rename Variable |
Job status
| Enum Value | Description |
|---|---|
| pending | The background job is waiting in the queue to be processed |
| in-progress | The background job is being processed |
| success | The background job has been successfully processed |
| failed | The background job has failed |
The id of the user that triggered the action that created the job
The id of the entity that the job is related to
Type of entity
| Enum Value | Description |
|---|---|
| list | The entity is a lead list |
| campaign | The entity is a campaign |
| workspace | The entity is a workspace |
{ "id": "675266e304a8e55b17f0228b", "workspace_id": "019a44a1-d130-7dbf-9069-2c761710d84e", "user_id": "019a44a1-d130-7dbf-9069-2c7752c561b1", "type": "move-leads", "entity_id": "019a44a1-d130-7dbf-9069-2c78d55124a9", "entity_type": "list", "data": {}, "progress": 0, "status": "pending", "created_at": "2025-11-02T12:54:06.896Z", "updated_at": "2025-11-02T12:54:06.896Z" }