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 |
x-parsed-md-move-leads | Move Leads |
x-parsed-md-import-leads | Import Leads |
x-parsed-md-export-leads | Export Leads |
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 |
x-parsed-md-pending | The background job is waiting in the queue to be processed |
x-parsed-md-in-progress | The background job is being processed |
x-parsed-md-success | The background job has been successfully processed |
x-parsed-md-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 |
x-parsed-md-list | The entity is a lead list |
x-parsed-md-campaign | The entity is a campaign |
{ "id": "675266e304a8e55b17f0228b", "workspace_id": "0196cbae-94f5-713f-adaa-f0559f7710bc", "user_id": "0196cbae-94f5-713f-adaa-f0566f1ad800", "type": "move-leads", "entity_id": "0196cbae-94f5-713f-adaa-f0575881f3df", "entity_type": "list", "data": {}, "progress": 0, "status": "pending", "created_at": "2025-05-13T22:05:38.421Z", "updated_at": "2025-05-13T22:05:38.421Z" }