Contacts::RunWorkflowAction
Fetch Run Workflow Action
Retrieve a single Contact Run Workflow Action and its current async progress
get/contacts/run_workflow_actions/{id}
Path parameters
idstring required
Response
OK
Example response
{
"id": 1,
"public_id": "bC4dE5",
"workspace_id": 42000,
"workflow_id": 99,
"force_run": false,
"filter_id": 7,
"target_all": false,
"target_ids": [],
"target_count": 500,
"performed_count": 100,
"created_by_id": 5,
"approved_by_id": null,
"scheduled_for": null,
"started_at": "2025-01-01T00:01:00.000Z",
"completed_at": null,
"created_at": "2025-01-01T00:00:00.000Z",
"updated_at": "2025-01-01T00:01:00.000Z"
}